Use full path for findstr

This commit is contained in:
Francis ANDRE 2018-05-26 08:18:50 +02:00
parent b668da5ed6
commit 3617f07a4a

View File

@ -25,7 +25,7 @@ set failedTests=
set status=0
set excluded=0
for /f %%C in ('findstr /R "." components') do (
for /f %%C in ('C:\Windows\System32\findstr.exe /R "." components') do (
set excluded=0
for %%X in (%EXCLUDE_TESTS%) do (
if "%%X"=="%%C" (