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

fix windows test

parent bbcaf4f4
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,11 @@ echo %NUM% | findstr 10 || goto error
for /F %%N in ('find /C "} wrong input: Bad request :already have record with same id" ^< "out"') do set NUM=%%N
echo %NUM% | findstr 2 || goto error
for /F %%N in ('find /C "} server warning: ignoring duplicate record" ^< "out"') do set NUM=%%N
echo %NUM% | findstr 2 || goto error
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
goto :clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment