Meta: Show the outputs of failing tests in travis

This commit is contained in:
AnotherTest 2020-07-04 05:24:28 +04:30 committed by Andreas Kling
parent 29e00b637e
commit b6853a118a

View file

@ -42,7 +42,7 @@ script:
- cd Build - cd Build
- cmake .. -DBUILD_LAGOM=1 - cmake .. -DBUILD_LAGOM=1
- make - make
- make test - CTEST_OUTPUT_ON_FAILURE=1 make test
- cd "$SERENITY_ROOT"/Libraries/LibJS/Tests - cd "$SERENITY_ROOT"/Libraries/LibJS/Tests
- ./run-tests.sh - ./run-tests.sh
- cd "$SERENITY_ROOT"/Toolchain/Cache - cd "$SERENITY_ROOT"/Toolchain/Cache