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

fix windows test

parent bb5c8fcc
No related branches found
No related tags found
No related merge requests found
...@@ -29,12 +29,12 @@ set NUM=0 ...@@ -29,12 +29,12 @@ set NUM=0
for /F %%N in ('find /C "successfuly sent" ^< "out"') do set NUM=%%N for /F %%N in ('find /C "successfuly sent" ^< "out"') do set NUM=%%N
echo %NUM% | findstr 10 || goto error echo %NUM% | findstr 10 || goto error
for /F %%N in ('find /C "already have record with same id" ^< "out"') do set NUM=%%N for /F %%N in ('find /C "} wrong input: Bad request :already have record with same id" ^< "out"') do set NUM=%%N
echo %NUM% | findstr 4 || goto error echo %NUM% | findstr 2 || goto error
for /F %%N in ('find /C "duplicate" ^< "out"') do set NUM=%%N for /F %%N in ('find /C "} server warning: ignoring duplicate record" ^< "out"') do set NUM=%%N
echo %NUM% | findstr 4 || goto error echo %NUM% | findstr 2 || goto error
goto :clean 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