]> git.saurik.com Git - apt.git/blobdiff - .travis.yml
ctest: show test output in case of failures
[apt.git] / .travis.yml
index 3c4b5931908c55c460901a89ba21a223d29bf146..424172e04c833035a48eb181a2ac1ec302cf1ae0 100644 (file)
@@ -16,7 +16,7 @@ before_script:
  - ( mkdir build && cd build && cmake .. )
  - make -C build -j4
 script:
- - make -C build test
+ - CTEST_OUTPUT_ON_FAILURE=1 make -C build test
  - ./test/integration/run-tests -q
  - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true
  - sudo ./test/integration/run-tests -q