From 85fdc6f58099d7bd605eb1f10d2a250a87e43771 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 24 Aug 2017 15:46:22 -0400 Subject: Swap order of "aggregating..." message and travis_fold Now the folded line starts with "Aggregating..." and not with "---------" --- dev/ci/ci-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/ci/ci-wrapper.sh b/dev/ci/ci-wrapper.sh index 789dbed07c..7f22d0e48d 100755 --- a/dev/ci/ci-wrapper.sh +++ b/dev/ci/ci-wrapper.sh @@ -19,6 +19,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd "${DIR}/../.." "${DIR}/${CI_SCRIPT}" 2>&1 | tee time-of-build.log -echo 'Aggregating timing log...' && travis_fold 'start' 'coq.test.timing' +travis_fold 'start' 'coq.test.timing' && echo 'Aggregating timing log...' python ./tools/make-one-time-file.py time-of-build.log travis_fold 'end' 'coq.test.timing' -- cgit v1.2.3