From cfeae5ec0d9488b2a6e51feb909e4c981008bf16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Aug 2015 17:23:52 +0200 Subject: Change location for rootfs of tests Now every test should have its own folder with rootfs and parse script. --- tests/cyclictest/parse | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/cyclictest/parse (limited to 'tests/cyclictest/parse') 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}' -- cgit v1.2.3