Commit 9a394c24951f3fc5cfbd0ff268278a7b45afc77e

Anthony Green 2019-11-18T14:45:29

Remove verbosity

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.travis/build-cross-in-container.sh b/.travis/build-cross-in-container.sh
index 68d92bd..11447db 100755
--- a/.travis/build-cross-in-container.sh
+++ b/.travis/build-cross-in-container.sh
@@ -12,6 +12,6 @@ ls -l /usr/local/bin
 ./configure --host=${HOST}
 make
 make dist
-make check RUNTESTFLAGS="-v -v -v -v -a $RUNTESTFLAGS" || true
+make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true