aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/agl_test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/agl_test_base.py')
-rw-r--r--plugins/agl_test_base.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/agl_test_base.py b/plugins/agl_test_base.py
index 6888d34..1a2c602 100644
--- a/plugins/agl_test_base.py
+++ b/plugins/agl_test_base.py
@@ -17,6 +17,9 @@ class AGLBaseTest:
def get_name(self):
return self.name
+ def get_temp_logdir(self):
+ return conf.TMP_LOGS_DIR + self.name
+
def get_temp_logfile(self):
return conf.get_log_file(self.name)