diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-07-04 05:24:28 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-04 10:49:48 +0200 |
commit | b6853a118a06aa99ebddd191280945adf2dee1bd (patch) | |
tree | fdaeb427dcac09f017df28ae0a19daa80521ab5d /.travis.yml | |
parent | 29e00b637e5239b8f8b13c533d515dd8b24853f0 (diff) | |
download | serenity-b6853a118a06aa99ebddd191280945adf2dee1bd.zip |
Meta: Show the outputs of failing tests in travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 28f7f363a5..816b4d9bf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - cd Build - cmake .. -DBUILD_LAGOM=1 - make -- make test +- CTEST_OUTPUT_ON_FAILURE=1 make test - cd "$SERENITY_ROOT"/Libraries/LibJS/Tests - ./run-tests.sh - cd "$SERENITY_ROOT"/Toolchain/Cache |