Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.in

    rdf8b87cd rdcfedca  
    377377debug = yes
    378378installed = no
     379archiveerrors =
    379380INSTALL_FLAGS = -in-tree
    380381DEBUG_FLAGS = -debug -O0
     
    770771#----------------------------------------------------------------------------------------------------------------
    771772all-local :
    772         @+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${timeouts} ${quick_test}
     773        @+${TEST_PY} --debug=${debug}  --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
    773774
    774775all-tests :
    775         @+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
     776        @+${TEST_PY} --debug=${debug}  --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    776777
    777778clean-local :
Note: See TracChangeset for help on using the changeset viewer.