diff options
Diffstat (limited to 'QMTest/TestCmd.py')
-rw-r--r-- | QMTest/TestCmd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py index 8a465a0..708fdc4 100644 --- a/QMTest/TestCmd.py +++ b/QMTest/TestCmd.py @@ -939,6 +939,7 @@ class TestCmd(object): self.condition = 'no_result' self.workdir_set(workdir) self.subdir(subdir) + self.script_srcdir = None def __del__(self): self.cleanup() |