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

fix windows test

parent 37ccd990
No related branches found
No related tags found
No related merge requests found
set(TARGET_NAME transfer-single-file)
set(TARGET_NAME transfer-single-file_bypass)
################################
# Testing
......
......@@ -24,7 +24,7 @@ ping 1.0.0.0 -n 1 -w 100 > nul
FOR /F "usebackq" %%A IN ('%receiver_folder%\1') DO set size=%%~zA
if %size% NEQ 60000000 goto :error
echo "db.data.find({"_id":1})" | mongo ${beamtime_id}_detector > out
echo db.data.find({"_id":1}) | %mongo_exe% ${beamtime_id}_detector > out
type out
type out | findstr /c:"\"buf_id\" : 0" || goto :error
type out | findstr /c:user_meta || goto :error
......
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