From bb563733c03c40bf0fc74ac6662a849b315e65d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 2 Dec 2014 16:32:59 -0500 Subject: [PATCH] tests: clean up debug output MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- tests/tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests.sh b/tests/tests.sh index 8720ca3..d44d2fd 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -32,8 +32,6 @@ JAVA_HOME=$(dirname $(dirname $(readlink -f $(which javac)))) paths=`echo $JAVA_HOME/jre/lib/*/{client,server}/` paths=($paths) JNI_LIB_PATH=${paths[0]} -echo $JAVA_HOME -echo $JNI_LIB_PATH shopt -u nullglob outdir="out" -- 1.7.9.5