Changeset d144c26 for tests/Makefile.am


Ignore:
Timestamp:
Jun 16, 2023, 10:00:03 AM (11 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
5dbb9f3
Parents:
60f4919
Message:

updated invariant flag to be default, can be toggled off with --no-invariant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r60f4919 rd144c26  
    111111# '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    112112all-local : # This name is important to automake and implies the default build target.
    113         @+${TEST_PY} --debug=${debug} --install=${installed} --invariant ${ARCHIVE_ERRORS} ${TIMEOUT} ${GLOBAL_TIMEOUT} ${ARCH} --all
     113        @+${TEST_PY} --debug=${debug} --install=${installed} ${ARCHIVE_ERRORS} ${TIMEOUT} ${GLOBAL_TIMEOUT} ${ARCH} --all
    114114
    115115tests : all-local # synonym
Note: See TracChangeset for help on using the changeset viewer.