Ignore:
Timestamp:
Aug 15, 2019, 10:31:53 AM (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:
6daaee3
Parents:
d65f92c (diff), 3c7f01b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into distcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    rd65f92c r5c4a473  
    44from . import tools
    55
     6global original_path
     7
    68try :
     9        original_path = os.getcwd()
    710        testpath = os.path.dirname(os.path.abspath(os.path.join(os.getcwd(), sys.argv[0])))
    811        sys.path.append(testpath)
     
    118121        global timeout
    119122        global output_width
     123<<<<<<< HEAD
    120124        global distcc
     125=======
     126        global archive
     127>>>>>>> master
    121128
    122129        dry_run      = options.dry_run
     
    128135        timeout      = Timeouts(options.timeout, options.global_timeout)
    129136        output_width = 24
     137<<<<<<< HEAD
    130138        distcc       = "DISTCC_CFA_PATH=~/.cfadistcc/%s/cfa" % tools.config_hash()
     139=======
     140        archive      = os.path.abspath(os.path.join(original_path, options.archive_errors)) if options.archive_errors else None
     141>>>>>>> master
    131142
    132143        if distribute and not os.environ.get('DISTCC_LOG'):
Note: See TracChangeset for help on using the changeset viewer.