From 9ec2dfb001d9dbc8d448c49f93422cf2eb392056 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 31 Mar 2014 16:58:05 +0100 Subject: [PATCH] Fix typo: "if exists" should be "if exist". Copied from Perforce Change: 185108 ServerID: perforce.ravenbrook.com --- mps/tool/testrun.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/tool/testrun.bat b/mps/tool/testrun.bat index 255ecf23e51..e2b16a00260 100755 --- a/mps/tool/testrun.bat +++ b/mps/tool/testrun.bat @@ -61,7 +61,7 @@ set FAIL_COUNT=0 set SEPARATOR=---------------------------------------- set LOGDIR=%TMP%\mps-%PFM%-%VARIETY%-log echo Logging test output to %LOGDIR% -if exists %LOGDIR% rmdir /q /s %LOGDIR% +if exist %LOGDIR% rmdir /q /s %LOGDIR% mkdir %LOGDIR% if "%1"=="" call :run_tests %ALL_TEST_CASES%