diff options
Diffstat (limited to 'test/runtest/noqmtest.py')
-rw-r--r-- | test/runtest/noqmtest.py | 2 |
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') |