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

Fix wrong parsing template

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