Changeset fc01219 for tests/test.py


Ignore:
Timestamp:
Mar 7, 2022, 5:08:03 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
ef56087
Parents:
d529ad0
Message:

fixed -j option in the test suite to behave like make's -j.
-j unlimited not supported yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test.py

    rd529ad0 rfc01219  
    418418                                print('WARNING: test "{}" has empty .expect file'.format(t.target()), file=sys.stderr)
    419419
    420         options.jobs, forceJobs = job_count( options )
    421         settings.update_make_cmd(forceJobs, options.jobs)
     420        options.jobs = job_count( options )
    422421
    423422        # for each build configurations, run the test
Note: See TracChangeset for help on using the changeset viewer.