Skip to content
Snippets Groups Projects
Commit 481a3d26 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix win test

parent 90f67e52
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,6 @@ echo %NUM% | findstr 1 || goto error
for /F %%N in ('find /C "} server warning: duplicated request" ^< "out"') do set NUM=%%N
echo %NUM% | findstr 1 || goto error
for /F %%N in ("find /C 'data':") do set NUM=%%N
echo %NUM% | findstr 3 || goto error
findstr /I /L /C:"Finished successfully" out || goto :error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment