diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-04-14 19:28:39 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-05-21 17:34:41 +0200 |
| commit | 00e2b4f857b099f08ed2c8bf4da234c67e6ec694 (patch) | |
| tree | eb345977f150fcbd073465722f2db171d915c3a6 | |
| parent | 826ece0480385c47c72f216e35e004b276d82498 (diff) | |
| download | qxmpp-00e2b4f857b099f08ed2c8bf4da234c67e6ec694.tar.gz | |
ci: Output more details for failed tests
| -rwxr-xr-x | tests/travis/build-and-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/build-and-test b/tests/travis/build-and-test index 2d47e075..0010e124 100755 --- a/tests/travis/build-and-test +++ b/tests/travis/build-and-test @@ -33,4 +33,4 @@ else fi # run tests -make test +make test ARGS="--rerun-failed --output-on-failure" |
