From a07037bf39dbb66805a16a87872a87f0e69beb4a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 10 Aug 2017 00:22:24 +0200 Subject: [PATCH] Fixed windows deployment script. --- scripts/deploy-win-mingw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-win-mingw.sh b/scripts/deploy-win-mingw.sh index bf9f06ffd..93d6780f1 100644 --- a/scripts/deploy-win-mingw.sh +++ b/scripts/deploy-win-mingw.sh @@ -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"