Changeset 408
- Timestamp:
- Thu Jan 17 13:06:53 2008
- Files:
-
- branches/dl/buildtests/runtests.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/dl/buildtests/runtests.py
r101 r408 65 65 # Run the test in a clean environment to make sure they're really self-contained 66 66 del os.environ["PATH"] 67 os.system('dist%s%s%s' % (test, os.sep, test)) 67 os.system('dist%s%s%s.exe' % (test, os.sep, test)) 67 67 os.environ["PATH"] = path 68 68 print "################## FINISHING TEST %s ################################" % src
