From 46a68ddab042c30d7345157e537b37a3ed788acc Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 28 Aug 2016 11:05:58 +0200 Subject: [PATCH] reduce debug message, remove test case "jacobi" - jacobi takes too long for Travis CI --- .travis.yml | 2 +- test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec89038c0..980b25ad1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ env: - HERMIT_CPUS=1 - HERMIT_MEM="128M" - HERMIT_KVM="0" - - HERMIT_VERBOSE="1" + #- HERMIT_VERBOSE="1" diff --git a/test.sh b/test.sh index 26736e51b..c414b00b1 100644 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ # do not use this script # it is written only for internal tests via Travis CI -FILES="hermit/usr/tests/hello hermit/usr/tests/hellof hermit/usr/tests/hello++ hermit/usr/tests/thr_hello hermit/usr/tests/jacobi" +FILES="hermit/usr/tests/hello hermit/usr/tests/hellof hermit/usr/tests/hello++ hermit/usr/tests/thr_hello" PROXY=hermit/tools/proxy for f in $FILES; do echo "check $f..."; $PROXY $f || exit 1; done