mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
Use full path for findstr
This commit is contained in:
parent
b668da5ed6
commit
3617f07a4a
@ -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" (
|
||||
|
Loading…
Reference in New Issue
Block a user