From b6853a118a06aa99ebddd191280945adf2dee1bd Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Sat, 4 Jul 2020 05:24:28 +0430 Subject: [PATCH] Meta: Show the outputs of failing tests in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 28f7f363a59..816b4d9bf8e 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