From 1b2d9c5172850f2b215613b732c87377c1150d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Fri, 17 Jan 2014 00:08:37 +0100 Subject: [PATCH] fixed test script --- build/script/runtests.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/script/runtests.cmd b/build/script/runtests.cmd index 7100a1cb3..21da4a06a 100644 --- a/build/script/runtests.cmd +++ b/build/script/runtests.cmd @@ -17,7 +17,7 @@ set TESTRUNNER=TestSuite.exe set TESTRUNNERARGS=/B:TestSuite.out set BINDIR=bin -if "%1"=="64" ) +if "%1"=="64" ( set BINDIR=bin64 )