diff options
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestRuntest.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/QMTest/TestRuntest.py b/QMTest/TestRuntest.py index 6682514..926950e 100644 --- a/QMTest/TestRuntest.py +++ b/QMTest/TestRuntest.py @@ -129,11 +129,6 @@ class TestRuntest(TestCommon): orig_cwd = os.getcwd() TestCommon.__init__(self, **kw) - - if not noqmtest: - qmtest = self.where_is('qmtest') - if not qmtest: - self.skip_test("Could not find 'qmtest'; skipping test(s).\n") dirs = [os.environ.get('SCONS_RUNTEST_DIR', orig_cwd)] |