summaryrefslogtreecommitdiffstats
path: root/test/runtest/noqmtest.py
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-06-08 07:50:14 (GMT)
committerGreg Noel <GregNoel@tigris.org>2010-06-08 07:50:14 (GMT)
commitcfa399517220689e5992bf5634ed2dcf366473e2 (patch)
treec08d986c287524b51426fe314c84ee5c0444a9ed /test/runtest/noqmtest.py
parent02b944eec24378f2382bc7e4ff7b94805934531a (diff)
downloadSCons-cfa399517220689e5992bf5634ed2dcf366473e2.zip
SCons-cfa399517220689e5992bf5634ed2dcf366473e2.tar.gz
SCons-cfa399517220689e5992bf5634ed2dcf366473e2.tar.bz2
Remove the rest of the logic for the noqmtest keyword
Diffstat (limited to 'test/runtest/noqmtest.py')
-rw-r--r--test/runtest/noqmtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/noqmtest.py b/test/runtest/noqmtest.py
index 99352a1..9d0c8e3 100644
--- a/test/runtest/noqmtest.py
+++ b/test/runtest/noqmtest.py
@@ -35,7 +35,7 @@ import TestRuntest
pythonstring = TestRuntest.pythonstring
-test = TestRuntest.TestRuntest(noqmtest=1)
+test = TestRuntest.TestRuntest()
test.subdir('test')