Changeset 4782b39 for src/tests/test.py


Ignore:
Timestamp:
Dec 14, 2016, 11:04:22 AM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
74e5a3aa
Parents:
cc640aad
Message:

Fixed tests flags for 32-bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/test.py

    rcc640aad r4782b39  
    116116
    117117        # build, skipping to next test on error
    118         make_ret, _ = sh("""%s CFLAGS="-quiet %s" %s 2> %s 1> /dev/null""" % (make_cmd, options, test.name, out_file), dry_run)
     118        make_ret, _ = sh("""%s EXTRA_FLAGS="-quiet %s" %s 2> %s 1> /dev/null""" % (make_cmd, options, test.name, out_file), dry_run)
    119119
    120120        # if the make command succeds continue otherwise skip to diff
Note: See TracChangeset for help on using the changeset viewer.