From 05265547a5a01d5132bc0bc880dee8a4e8b9dad4 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 20 Jun 2016 11:31:37 +0200 Subject: [PATCH] Updated test scripts --- scripts/runTests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/runTests.sh b/scripts/runTests.sh index e951902a52..4eb0cf6494 100755 --- a/scripts/runTests.sh +++ b/scripts/runTests.sh @@ -2,6 +2,9 @@ set -o errexit +ROOT_FOLDER=`pwd` +echo "Current folder is $ROOT_FOLDER" + mkdir -p build CONTRACT_VERIFIER_VERSION=1.0.0.BUILD-SNAPSHOT export CONTRACT_VERIFIER_VERSION=${CONTRACT_VERIFIER_VERSION} @@ -18,3 +21,5 @@ echo "Running Gradle tests" echo "Running Maven tests" . ./runMavenTests.sh + +cd $ROOT_FOLDER \ No newline at end of file