Skip to content
Snippets Groups Projects
Commit 90f4c663 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Add more printouts to tests

parent f4a2a7ce
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,9 @@ echo hello > /tmp/asapo/test_in/processed/test2/file1
echo "Start consumer in metadata only mode"
$consumer_bin ${proxy_address} ${receiver_folder} ${beamtime_id} 2 $token 1000 1 | tee /dev/stderr out
echo "Consumer output"
cat out
echo "grep checks"
grep "Processed 3 file(s)" out
test ! -f /tmp/asapo/test_in/processed/test1/file1
......
......@@ -52,6 +52,9 @@ echo hello > /tmp/asapo/test_in/processed/test2/file1
echo "Start consumer in metadata only mode"
$consumer_bin ${proxy_address} ${receiver_folder} ${beamtime_id} 2 $token 2000 1 1 | tee out
echo "Consumer output"
cat out
echo "grep checks"
grep "Processed 1 dataset(s)" out
grep "with 3 file(s)" out
......
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