From d5bfb8201b3d89d4d4dd7dfb7d9bbbeabf121049 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Tue, 5 Sep 2017 22:36:19 +0200 Subject: [PATCH] Some echo traces --- tools/travis-script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/travis-script.sh b/tools/travis-script.sh index 14a447269..3bbe8dd92 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -20,13 +20,16 @@ echo RELEASE_NAME = $RELEASE_NAME if [ "$TRAVIS_OS_NAME" = "linux" ]; then # updating versions with the TRAVIS build numbers cd projects/mtg/ +echo before ant ant update > error.txt +echo after ant cd ../.. fi # we create resource package cd projects/mtg/bin/Res python createResourceZip.py +echo after python # if we let the zip here, Wagic will use it in the testsuite # and we'll get 51 failed test cases mv core_*.zip ../../../../core.zip