Fixed windows deployment script (2).

This commit is contained in:
Matthias Koefferlein 2017-08-10 01:04:32 +02:00
parent a07037bf39
commit 46fc42b65c
1 changed files with 7 additions and 2 deletions

View File

@ -83,8 +83,6 @@ touch src/klayout_main/version.h
rm -rf $target
./build.sh -python $python -ruby $ruby -bin $target -build $build -j2
TESTSRC=. TESTTMP=$build/testtmp $target/ut_runner -a >$build/ut_runner.xml
if ! [ -e $target ]; then
echo "ERROR: Target directory $target not found"
exit 1
@ -192,6 +190,13 @@ while [ "$new_libs" != "" ]; do
done
# ----------------------------------------------------------
# Run Tests
set +e
TESTSRC=. TESTTMP=$build/testtmp $target/ut_runner -a >$build/ut_runner.xml
set -e
# ----------------------------------------------------------
# Run NSIS