diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/runtest/fallback.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/runtest/fallback.py b/test/runtest/fallback.py index 76aebe6..9ea106a 100644 --- a/test/runtest/fallback.py +++ b/test/runtest/fallback.py @@ -49,8 +49,6 @@ while test.where_is('qmtest'): path.remove(dir) os.environ['PATH'] = string.join(path, os.pathsep) -print "PATH: %s"%os.environ['PATH'] - test.subdir('test') test_pass_py = os.path.join('test', 'pass.py') |