Fixed windows deployment script.

This commit is contained in:
Matthias Koefferlein 2017-08-10 00:22:24 +02:00
parent 0afd1bb9a8
commit a07037bf39
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ touch src/klayout_main/version.h
rm -rf $target
./build.sh -python $python -ruby $ruby -bin $target -build $build -j2
TESTSRC=. TESTTMP=$build/testtmp $bin/ut_runner -a >$build/ut_runner.xml
TESTSRC=. TESTTMP=$build/testtmp $target/ut_runner -a >$build/ut_runner.xml
if ! [ -e $target ]; then
echo "ERROR: Target directory $target not found"