aboutsummaryrefslogtreecommitdiff
path: root/tests/cyclictest/parse
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cyclictest/parse')
-rwxr-xr-xtests/cyclictest/parse3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cyclictest/parse b/tests/cyclictest/parse
new file mode 100755
index 0000000..868212c
--- /dev/null
+++ b/tests/cyclictest/parse
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+cat $1 | grep -e "^! .* ok" | sed -n '2p' | awk '{print $17}'