Show test output on CI in Travis (#777)
* Showing test output only on failure * Test commit to see the failed test * Now making sure that the tests pass with no output
This commit is contained in:
parent
52a1378e48
commit
f531f8a8c3
@ -14,6 +14,8 @@ before_install:
|
|||||||
sudo apt-get install -qq g++-4.7 && export CXX="g++-4.7" CC="gcc-4.7"
|
sudo apt-get install -qq g++-4.7 && export CXX="g++-4.7" CC="gcc-4.7"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
env:
|
||||||
|
- CTEST_OUTPUT_ON_FAILURE=1
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user