Updated scripts to remove any modified artifacts from Res directory.

Not doing it causes side effects on the testsuite.
This commit is contained in:
xawotihs
2013-12-08 12:16:25 +01:00
parent 3b22354ad9
commit 89fb76a8e7
3 changed files with 11 additions and 2 deletions

View File

@@ -39,7 +39,9 @@ make -j 8
# we create resource package
cd projects/mtg/bin/Res
python createResourceZip.py
mv core_*.zip core.zip
# 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
cd ../../../..
# Now we run the testsuite (Res needs to be in the working directory)