From 7fa6491548e72abef25db015714af6fa9c18ad35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Aug 2015 10:48:38 +0200 Subject: Fix boot output parse script --- tests/cyclictest/parse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cyclictest/parse') diff --git a/tests/cyclictest/parse b/tests/cyclictest/parse index 64a6fef..e83090a 100755 --- a/tests/cyclictest/parse +++ b/tests/cyclictest/parse @@ -1,3 +1,3 @@ #!/bin/bash -grep -e "^! .* ok" | sed -n '2p' | awk '{print $17}' +cat | grep -e "^! .* ok$" | sed -n '2p' | awk '{print $17}' -- cgit v1.2.3