diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 18:19:09 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 18:19:09 +0200 |
| commit | f0a980ec1642b7a9d53e5cf832cf62a63ae76b5d (patch) | |
| tree | 0c3209fc0ea8503279662131f0d2f414b83858fd /tools/travis-ci | |
| parent | cc9bf1d5576a5180591fc11ffd3c37d20d08f4c2 (diff) | |
verbose
Diffstat (limited to 'tools/travis-ci')
| -rwxr-xr-x | tools/travis-ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 39c210ac..0c4ae034 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -163,7 +163,7 @@ export OPJ_BINARY_DIR=$(opjpath -m ${PWD}/build) export OPJ_BUILD_CONFIGURATION=${OPJ_CI_BUILD_CONFIGURATION} export OPJ_DO_SUBMIT=${OPJ_DO_SUBMIT} -ctest -S ${OPJ_SOURCE_DIR}/tools/ctest_scripts/travis-ci.cmake -V || true +ctest -S ${OPJ_SOURCE_DIR}/tools/ctest_scripts/travis-ci.cmake -VV || true # ctest will exit with various error codes depending on version. # ignore ctest exit code & parse this ourselves #set +x |
