From c9e177577ebabbc6cf61bada77a0d36d19570544 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Fri, 16 Nov 2018 16:54:02 +0100 Subject: Print logs in appveyor test suite run It seems we forgot to export when moving the script to a separate file. --- test-suite/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test-suite/Makefile') diff --git a/test-suite/Makefile b/test-suite/Makefile index 928a77cb8e..1db97f43c5 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -187,14 +187,6 @@ summary.log: $(SHOW) BUILDING SUMMARY FILE $(HIDE)$(MAKE) --quiet summary > "$@" -# if not on travis we can get the log files (they're just there for a -# local build, and downloadable on GitLab) -PRINT_LOGS?= -TRAVIS?= # special because we want to print travis_fold directives -ifdef APPVEYOR -PRINT_LOGS:=APPVEYOR -endif #APPVEYOR - report: summary.log $(HIDE)bash report.sh -- cgit v1.2.3