mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Put the commands informing and displaying build logs on single line
This prevents Travis log collector to add separate expansion marks to the echo output and the actuall log output. Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
This commit is contained in:
parent
758731088e
commit
aff4e684e1
@ -39,7 +39,5 @@ script:
|
|||||||
--git-repo ${TRAVIS_BUILD_DIR}
|
--git-repo ${TRAVIS_BUILD_DIR}
|
||||||
run-tests $test_set
|
run-tests $test_set
|
||||||
after_failure:
|
after_failure:
|
||||||
- echo "Test runner output:"
|
- echo "Test runner output:"; tail -n 5000 ci_results_${TRAVIS_BRANCH}.log
|
||||||
- tail -n 5000 ci_results_${TRAVIS_BRANCH}.log
|
- echo "PEP-8 errors:"; cat pep8_errors.log
|
||||||
- echo "PEP-8 errors:"
|
|
||||||
- cat pep8_errors.log
|
|
||||||
|
Loading…
Reference in New Issue
Block a user