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

fix test

parent 31085bbc
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,6 @@ echo test > file1
$1 $3 $beamline $token $stream "127.0.0.1:8400" > out || cat out
cat out
cat out | grep "successfuly sent" | wc -l | grep 3
cat out | grep "reauthorization" | wc -l | grep 1
cat out | grep "reauthorization\|Broken" | wc -l | grep 1
cat out | grep "duplicated" | wc -l | grep 2
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