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

fix tests

parent 83b11e02
Branches
Tags
No related merge requests found
......@@ -39,6 +39,6 @@ echo test > file1
sleep 1
$1 $3 $stream $beamtime_id "127.0.0.1:8400" > out || cat out
$1 $3 $data_source $beamtime_id "127.0.0.1:8400" > out || cat out
cat out
cat out | grep "hello self callback"
......@@ -42,7 +42,7 @@ sleep 1
echo test > file1
$1 $3 $beamline $token $stream "127.0.0.1:8400" > out || cat out
$1 $3 $beamline $token $data_source "127.0.0.1:8400" > out || cat out
cat out
cat out | grep "successfuly sent" | wc -l | grep 3
cat out | grep "reauthorization\|Broken" | wc -l | grep 1
......
......@@ -39,7 +39,7 @@ echo test > file1
sleep 1
$1 $3 $stream $beamtime_id "127.0.0.1:8400" &> out || cat out
$1 $3 $data_source $beamtime_id "127.0.0.1:8400" &> out || cat out
cat out
echo count successfully send, expect 13
cat out | grep "successfuly sent" | wc -l | tee /dev/stderr | grep 13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment