mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
Meta: Show the outputs of failing tests in travis
This commit is contained in:
parent
29e00b637e
commit
b6853a118a
Notes:
sideshowbarker
2024-07-19 05:11:46 +09:00
Author: https://github.com/alimpfard
Commit: b6853a118a
Pull-request: https://github.com/SerenityOS/serenity/pull/2692
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue