Changeset 7237
- Timestamp:
- Jun 19, 2009, 4:43:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_misc/tools/acceptance_tests/test_eqrm.py
r7079 r7237 44 44 util.log_print(logfile, test_result) 45 45 46 # run check_scenarios.py 47 util.log_print_nl(logfile, '%s check_scenarios.py' % python_env_var) 48 (_, fd_out) = os.popen4('%s check_scenarios.py' % python_env_var) 49 test_result = fd_out.read() 50 status = fd_out.close() 51 util.log_print(logfile, test_result) 52 46 53 # return to original directory 47 54 os.chdir(home_directory)
Note: See TracChangeset
for help on using the changeset viewer.