diff options
| author | Enrico Tassi | 2018-11-20 16:52:45 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2018-11-20 16:52:45 +0100 |
| commit | 100744560bd04184eb7e6c3fa36e8533e468e700 (patch) | |
| tree | a2ec0baad6aa971e9f9ba5f15df9b96a3ac10806 /test-suite/Makefile | |
| parent | 29ed41b003a6ef3e0792f1229745bc86908b1953 (diff) | |
| parent | c9e177577ebabbc6cf61bada77a0d36d19570544 (diff) | |
Merge PR #9016: PRINT_LOGS=1 in appveyor test suite run
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 |
