From 2962ce9a0f06571fd01c8c1ad7b4da35ec45ab2d Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant <“bsergean@gmail.com”> Date: Fri, 19 Apr 2019 12:10:43 -0700 Subject: [PATCH] (ci) verbose mode to figure out Linux build problems on travis --- test/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run.py b/test/run.py index dde38a5f..a44bb33e 100755 --- a/test/run.py +++ b/test/run.py @@ -249,6 +249,7 @@ def executeJob(job): start = time.time() sys.stderr.write('.') + print('Executing ' + job['cmd'] + '...') # 2 minutes of timeout for a single test timeout = 2 * 60