mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-04 17:15:31 -05:00
attempt to fix output redirect for unittests in travis
This commit is contained in:
parent
218daa82e9
commit
dca7decf3f
@ -35,7 +35,7 @@ before_script:
|
||||
- qmake CONFIG+=NO_SQLCIPHER CONFIG+=tests
|
||||
|
||||
#script: make
|
||||
script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make && tests/unittests/unittests 2>&1 1>/dev/null ; fi
|
||||
script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make && tests/unittests/unittests >/dev/null 2>&1 ; fi
|
||||
|
||||
|
||||
#after_success:
|
||||
|
Loading…
x
Reference in New Issue
Block a user