aboutsummaryrefslogtreecommitdiff
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-08-26 14:51:29 +0200
committerGaëtan Gilbert2018-09-13 14:00:05 +0200
commit53c806cc1adf9cc2f949d3bc641494675e0e73ed (patch)
tree1ee71fe4a7d39a10df43d01ab124d105c9904151 /test-suite/Makefile
parentd3fee162c5e2f39b313cde1e1fa738480d960163 (diff)
Move test suite report script to standalone script file
This allows for nicer formatting without having to deal with Make's semantic whitespace.
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 080aeff85b..93ce519350 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -196,10 +196,7 @@ PRINT_LOGS:=APPVEYOR
endif #APPVEYOR
report: summary.log
- $(HIDE)bash save-logs.sh
- $(HIDE)if [ -n "${TRAVIS}" ]; then find logs/ -name '*.log' -not -name 'summary.log' -exec 'bash' '-c' 'echo "travis_fold:start:coq.logs.$$(echo '{}' | sed s,/,.,g)"' ';' -exec cat '{}' ';' -exec 'bash' '-c' 'echo "travis_fold:end:coq.logs.$$(echo '{}' | sed s,/,.,g)"' ';'; fi
- $(HIDE)if [ -n "${PRINT_LOGS}" ]; then find logs/ -name '*.log' -not -name 'summary.log' -exec 'bash' '-c' 'echo {}' ';' -exec cat '{}' ';' -exec 'bash' '-c' 'echo' ';'; fi
- $(HIDE)if grep -q -F 'Error!' summary.log ; then echo FAILURES; grep -F 'Error!' summary.log; false; else echo NO FAILURES; fi
+ $(HIDE)bash report.sh
#######################################################################
# Regression (and progression) tests