[HIPIFY][tests] Add setlocal to batch script

Cette révision appartient à :
Evgeny Mankov
2018-01-10 21:03:02 +03:00
Parent 181ad25f1c
révision fdc10f0856
+1
Voir le fichier
@@ -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)