aboutsummaryrefslogtreecommitdiff
path: root/tests/cyclictest/parse
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-17 17:23:52 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-17 17:23:52 +0200
commitcfeae5ec0d9488b2a6e51feb909e4c981008bf16 (patch)
treea9a80fe1482d89114b15677a09d8e14fdcfa3160 /tests/cyclictest/parse
parent93ec888fc3dbe387cc42d52ef58f239b23b41ff4 (diff)
downloadlinux-conf-perf-cfeae5ec0d9488b2a6e51feb909e4c981008bf16.tar.gz
linux-conf-perf-cfeae5ec0d9488b2a6e51feb909e4c981008bf16.tar.bz2
linux-conf-perf-cfeae5ec0d9488b2a6e51feb909e4c981008bf16.zip
Change location for rootfs of tests
Now every test should have its own folder with rootfs and parse script.
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}'