Fixed Tests logs not showing on failure
This commit is contained in:
parent
23aab98c90
commit
44bf59aeab
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ after_success:
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
- |
|
- |
|
||||||
if [ "$TESTS" = "ON" ]; then
|
if [ "${TESTS:-ON}" = "ON" ]; then
|
||||||
cat Testing/Temporary/LastTest.log samples/*.{out,err} ../samples/tests/*.{out,err}
|
cat Testing/Temporary/LastTest.log samples/*.{out,err} ../samples/tests/*.{out,err}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue