[HIPIFY][tests] Add setlocal to batch script

This commit is contained in:
Evgeny Mankov
2018-01-10 21:03:02 +03:00
parent 181ad25f1c
commit fdc10f0856
+1
View File
@@ -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)