summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-06-08 07:50:14 +0000
committerGreg Noel <GregNoel@tigris.org>2010-06-08 07:50:14 +0000
commitd3ab836d863a1204d0f1ab9d9bfc75890dd43838 (patch)
treec08d986c287524b51426fe314c84ee5c0444a9ed /test/runtest
parentdde617216d22a335f6c70984be87bc20b5358717 (diff)
downloadscons-d3ab836d863a1204d0f1ab9d9bfc75890dd43838.tar.gz
Remove the rest of the logic for the noqmtest keyword
Diffstat (limited to 'test/runtest')
-rw-r--r--test/runtest/fallback.py2
-rw-r--r--test/runtest/noqmtest.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest/fallback.py b/test/runtest/fallback.py
index 027d79df..3bfb9f42 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 99352a10..9d0c8e32 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')