Skip to content
Snippets Groups Projects
Commit 0908ce0d authored by Sören Henning's avatar Sören Henning
Browse files

Print to stderr instead of tty

parent 12f6cb23
No related branches found
No related tags found
1 merge request!232Add smoke tests for benchmark
Pipeline #6293 canceled
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
docker-compose logs --tail 100 benchmark-taskmanager | docker-compose logs --tail 100 benchmark-taskmanager |
sed -n "s/^.*Key:\s\(\S*\), Value:\s\(\S*\).*$/\2/p" | sed -n "s/^.*Key:\s\(\S*\), Value:\s\(\S*\).*$/\2/p" |
tee /dev/tty | tee /dev/stderr |
jq .identifier | jq .identifier |
sort | sort |
uniq | uniq |
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
docker-compose logs --tail 100 benchmark | docker-compose logs --tail 100 benchmark |
sed -n "s/^.*Key:\s\(\S*\), Value:\s\(\S*\).*$/\2/p" | sed -n "s/^.*Key:\s\(\S*\), Value:\s\(\S*\).*$/\2/p" |
tee /dev/tty | tee /dev/stderr |
jq .identifier | jq .identifier |
sort | sort |
uniq | uniq |
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
docker-compose logs --tail 100 benchmark-taskmanager | docker-compose logs --tail 100 benchmark-taskmanager |
sed -n "s/^.*Record:\s\(\S*\)$/\1/p" | sed -n "s/^.*Record:\s\(\S*\)$/\1/p" |
tee /dev/tty | tee /dev/stderr |
jq .identifier | jq .identifier |
sort | sort |
uniq | uniq |
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
docker-compose logs --tail 100 benchmark | docker-compose logs --tail 100 benchmark |
sed -n "s/^.*Record:\s\(\S*\)$/\1/p" | sed -n "s/^.*Record:\s\(\S*\)$/\1/p" |
tee /dev/tty | tee /dev/stderr |
jq .identifier | jq .identifier |
sort | sort |
uniq | uniq |
......
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