diff options
author | Greg Noel <GregNoel@tigris.org> | 2010-06-08 07:50:14 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2010-06-08 07:50:14 (GMT) |
commit | cfa399517220689e5992bf5634ed2dcf366473e2 (patch) | |
tree | c08d986c287524b51426fe314c84ee5c0444a9ed /test | |
parent | 02b944eec24378f2382bc7e4ff7b94805934531a (diff) | |
download | SCons-cfa399517220689e5992bf5634ed2dcf366473e2.zip SCons-cfa399517220689e5992bf5634ed2dcf366473e2.tar.gz SCons-cfa399517220689e5992bf5634ed2dcf366473e2.tar.bz2 |
Remove the rest of the logic for the noqmtest keyword
Diffstat (limited to 'test')
-rw-r--r-- | test/runtest/fallback.py | 2 | ||||
-rw-r--r-- | test/runtest/noqmtest.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest/fallback.py b/test/runtest/fallback.py index 027d79d..3bfb9f4 100644 --- a/test/runtest/fallback.py +++ b/test/runtest/fallback.py @@ -35,7 +35,7 @@ import TestRuntest pythonstring = TestRuntest.pythonstring -test = TestRuntest.TestRuntest(noqmtest=1) +test = TestRuntest.TestRuntest() # qmtest may be in more than one location in your path while test.where_is('qmtest'): 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') |