Run Travis CI unit tests using arguments from config

This commit is contained in:
Edward Hennis
2017-04-06 20:27:50 -04:00
committed by Scott Schurr
parent 96ece1b9f0
commit f7a7f13287

View File

@@ -70,7 +70,7 @@ gdb -return-child-result -quiet -batch \
-ex run \
-ex "thread apply all backtrace full" \
-ex "quit" \
--args $APP_PATH --unittest --quiet --unittest-log
--args $APP_PATH $APP_ARGS
if [[ $TARGET == "coverage" ]]; then
# Create test coverage data file