better wrapper args

This commit is contained in:
Dane Springmeyer 2016-09-01 18:53:55 -07:00
parent 7075a361cc
commit 5a21b1fc05

View file

@ -92,7 +92,7 @@ script:
- export SCONSFLAGS='--debug=time'
- configure BENCHMARK=${BENCH}
- cat config.log
- scripts/travis-command-wrapper.py make
- scripts/travis-command-wrapper.py -s "date;ps aux | grep ${CXX}" -i 60 make
- make test
- enabled ${COVERAGE} coverage
- enabled ${BENCH} make bench