Skip to content

Commit

Permalink
Fix error in batch
Browse files Browse the repository at this point in the history
  • Loading branch information
ralarcon committed Oct 11, 2017
1 parent 03cd355 commit b5e3dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build/SetAgentDriveAndCleanTestFolder.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ SET Agent.Drive=%CD:~0,2%
ECHO VALUE AFTER: AGENT_DRIVE=%AGENT_DRIVE%
ECHO VALUE AFTER: Agent.Drive=%Agent.Drive%

IF EXIST(%AGENT_DRIVE%\UIT) rd %AGENT_DRIVE%\UIT
IF EXIST "%AGENT_DRIVE%\UIT" ( rd "%AGENT_DRIVE%\UIT" /s /q )

0 comments on commit b5e3dec

Please sign in to comment.