Changeset 8209e70


Ignore:
Timestamp:
Sep 11, 2019, 1:40:09 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a539fc3
Parents:
81e60f7
Message:

Fixed ordering issue in settings.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    r81e60f7 r8209e70  
    127127        archive      = os.path.abspath(os.path.join(original_path, options.archive_errors)) if options.archive_errors else None
    128128        debug        = Debug(options.debug)
     129        dry_run      = options.dry_run # must be called before tools.config_hash()
    129130        distcc       = "DISTCC_CFA_PATH=~/.cfadistcc/%s/cfa" % tools.config_hash()
    130         dry_run      = options.dry_run
    131131        generating   = options.regenerate_expected
    132132        install      = Install(options.install)
Note: See TracChangeset for help on using the changeset viewer.