summaryrefslogtreecommitdiffstats
path: root/QMTest/TestCmd.py
diff options
context:
space:
mode:
authordirkbaechle <devnull@localhost>2012-08-12 13:06:36 (GMT)
committerdirkbaechle <devnull@localhost>2012-08-12 13:06:36 (GMT)
commit4ae583161be1735d0450be17fe2383ec5c4f475e (patch)
tree70d51a5b45a13ff964e8dad6a9a423c0b341c68c /QMTest/TestCmd.py
parent780d9ca6577e5a15b4d4cfad111b74132c255be1 (diff)
downloadSCons-4ae583161be1735d0450be17fe2383ec5c4f475e.zip
SCons-4ae583161be1735d0450be17fe2383ec5c4f475e.tar.gz
SCons-4ae583161be1735d0450be17fe2383ec5c4f475e.tar.bz2
- fixed directory/file fixtures for "general" mode
- added documentation for the testing framework - converted two old tests from the "packaging" section to using fixtures as reference examples
Diffstat (limited to 'QMTest/TestCmd.py')
-rw-r--r--QMTest/TestCmd.py1
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()