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

fix for windows

parent 5a3abb12
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,8 @@ start /B "" "%full_name%"
ping 1.0.0.0 -n 1 -w 100 > nul
for /l %%x in (1, 1, 10) do (
echo db.data.insert({"_id":%%x,"size":100,"base_name":"%%x","lastchange":1,"relative_path":""}) | %mongo_exe% %database_name% || goto :error
)
for /l %%x in (1, 1, 10) do echo db.data.insert({"_id":%%x,"size":100,"base_name":"%%x","lastchange":1,"relative_path":""}) | %mongo_exe% %database_name% || goto :error
%1 127.0.0.1:5005 %database_name% 4 10 || goto :error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment