From 4a91ad80c8ac82e30c4e12b93b763c5f0cc40524 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