diff options
| author | Gaëtan Gilbert | 2018-11-16 16:54:02 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-16 19:02:45 +0100 |
| commit | c9e177577ebabbc6cf61bada77a0d36d19570544 (patch) | |
| tree | 7d93ae9858e6ac12cbdbb9db5c7d547befeebb1d /test-suite/Makefile | |
| parent | 3ff6723f4032bdf8c155b30c496188e58787cd49 (diff) | |
Print logs in appveyor test suite run
It seems we forgot to export when moving the script to a separate file.
Diffstat (limited to 'test-suite/Makefile')
| -rw-r--r-- | test-suite/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
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 |
