Changeset 0d31434


Ignore:
Timestamp:
Jun 16, 2023, 10:24:44 AM (12 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
da4a570
Parents:
5dbb9f3
Message:

changes test.py invariant flag to --no-invariant, with the default being on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    r5dbb9f3 r0d31434  
    141141        all_install  = [Install(o)      for o in list(dict.fromkeys(options.install))]
    142142        archive      = os.path.abspath(os.path.join(original_path, options.archive_errors)) if options.archive_errors else None
    143         invariant    = options.invariant
     143        invariant    = options.no_invariant
    144144        continue_    = options.continue_
    145145        dry_run      = options.dry_run # must be called before tools.config_hash()
Note: See TracChangeset for help on using the changeset viewer.