Visual Studio Projects: Fix build test script for newer Visual Studio versions
As reported and suggested in #700
This commit is contained in:
parent
b1f3441f7f
commit
39f36f273b
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ rem 4 Optional parameters to invoke the specified script with
|
||||||
rem
|
rem
|
||||||
rem
|
rem
|
||||||
|
|
||||||
if exist "%2" goto _check_script
|
if exist %2 goto _check_script
|
||||||
echo error: Missing simulator binary: %2
|
echo error: Missing simulator binary: %2
|
||||||
exit /B 1
|
exit /B 1
|
||||||
|
|
||||||
|
@ -26,4 +26,4 @@ echo No tests found for %_binary_name% simulator.
|
||||||
exit /B 0
|
exit /B 0
|
||||||
|
|
||||||
:_got_script
|
:_got_script
|
||||||
"%2" "%_script_path%" "%4"
|
%2 "%_script_path%" "%4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue