Changeset 408

Show
Ignore:
Timestamp:
Thu Jan 17 13:06:53 2008
Author:
danielevarrazzo
Message:

Tests can run on Linux too.

Files:

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