[HIPIFY][tests] Add setlocal to batch script

[ROCm/clr commit: b32639d1a8]
This commit is contained in:
Evgeny Mankov
2018-01-10 21:03:02 +03:00
والد 98c733f7cc
کامیت 9a0d16f791
@@ -1,4 +1,5 @@
@echo off
setlocal
for %%i in (FileCheck.exe) do set FILE_CHECK=%%~$PATH:i
if not defined FILE_CHECK (echo Error: FileCheck.exe not found in PATH. && exit /b 1)