Changeset f58522b0 for tests/test.py
- Timestamp:
- Sep 29, 2022, 3:16:51 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 2e94d94f
- Parents:
- 77125cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
r77125cc rf58522b0 190 190 if settings.dry_run or is_exe(exe_file): 191 191 # run test 192 retcode, _, _ = sh(exe_file, output_file=out_file, input_file=in_file, timeout=True )192 retcode, _, _ = sh(exe_file, output_file=out_file, input_file=in_file, timeout=True, nice=True) 193 193 else : 194 194 # simply cat the result into the output
Note: See TracChangeset
for help on using the changeset viewer.