From 3b22354ad9fa5c6dd5e94c428acc06c757904d85 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sun, 8 Dec 2013 11:36:18 +0100 Subject: [PATCH] Fixed testsuite --- travis-script.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/travis-script.sh b/travis-script.sh index b12e28e47..5e1ad11ee 100755 --- a/travis-script.sh +++ b/travis-script.sh @@ -36,11 +36,14 @@ cd .. qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug DEFINES+=CAPTURE_STDERR make -j 8 -# Now we run the testsuite -./wagic - -# And we create resource package (not before testsuite, it mofifies resources) +# we create resource package cd projects/mtg/bin/Res python createResourceZip.py mv core_*.zip core.zip cd ../../../.. + +# Now we run the testsuite (Res needs to be in the working directory) +cd projects/mtg +../../wagic +cd ../.. +