Changeset f58522b0 for tests/test.py


Ignore:
Timestamp:
Sep 29, 2022, 3:16:51 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
2e94d94f
Parents:
77125cc
Message:

python test script now nice +5 the executables before running them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test.py

    r77125cc rf58522b0  
    190190                                if settings.dry_run or is_exe(exe_file):
    191191                                        # 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)
    193193                                else :
    194194                                        # simply cat the result into the output
Note: See TracChangeset for help on using the changeset viewer.