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

fix windows test

parent 63673237
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,9 @@ FOR /F "usebackq" %%A IN ('%receiver_folder%\1_3') DO set size=%%~zA
if %size% NEQ 100000 goto :error
echo db.data.find({"images._id":{$gt:0}},{"images.name":1}) | %mongo_exe% %database_name% | findstr 1_1 || goto :error
echo db.data.find({"images._id":{$gt:0}},{"images.name":1}) | %mongo_exe% %database_name% | findstr 1_2 || goto :error
echo db.data.find({"images._id":{$gt:0}},{"images.name":1}) | %mongo_exe% %database_name% | findstr 1_3 || goto :error
echo db.data.find({"images._id":{$gt:0}},{"images.name":1}) | %mongo_exe% %beamtime_id% | findstr 1_1 || goto :error
echo db.data.find({"images._id":{$gt:0}},{"images.name":1}) | %mongo_exe% %beamtime_id% | findstr 1_2 || goto :error
echo db.data.find({"images._id":{$gt:0}},{"images.name":1}) | %mongo_exe% %beamtime_id% | findstr 1_3 || 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