mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-10 06:05:31 +03:00
Display output on network test fail
This still seems to be failing on travis, so let's see what it looks like!
This commit is contained in:
parent
6a0cfa125a
commit
f123fcaf84
@ -3,7 +3,8 @@
|
||||
${IDRIS2} --exec main Echo.idr > build/output
|
||||
|
||||
if ! [ -z "$(diff build/output expected)" ]; then
|
||||
echo "TEST FAILURE: unexpected build/output"
|
||||
echo "TEST FAILURE: unexpected build/output: "
|
||||
cat build/output
|
||||
exit 2
|
||||
else
|
||||
echo "TEST SUCCESS"
|
||||
|
Loading…
Reference in New Issue
Block a user