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

fix windows tests

parent 4e0cba50
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ C:\Curl\curl.exe -v --silent 127.0.0.1:5005/database/data/%groupid%/next?token=
C:\Curl\curl.exe -v --silent 127.0.0.1:5005/database/data/%groupid%/next?token=%token% --stderr - | findstr /c:\"_id\":2 || goto :error
C:\Curl\curl.exe -v --silent 127.0.0.1:5005/database/data/%groupid%/next?token=%token% --stderr - | findstr /c:"not found" || goto :error
C:\Curl\curl.exe -d '' --silent 127.0.0.1:5005/creategroup > groupid
set /P groupid=< groupid
C:\Curl\curl.exe -v --silent 127.0.0.1:5005/database/data/%groupid%/next?token=%token% --stderr - | findstr /c:\"_id\":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