From 11d45f70ceb41f7dfbf0ae337ebd0ed7a3a63090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Aug 2015 10:14:53 +0200 Subject: Store boot output to database Because configuration is now stored in database only missing informations to make database fully descriptive is boot output. This makes output of boot command to be saved to database and not to file. Also parse script should read input from stdin and not from file from argument. --- 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 868212c..64a6fef 100755 --- a/tests/cyclictest/parse +++ b/tests/cyclictest/parse @@ -1,3 +1,3 @@ #!/bin/bash -cat $1 | grep -e "^! .* ok" | sed -n '2p' | awk '{print $17}' +grep -e "^! .* ok" | sed -n '2p' | awk '{print $17}' -- cgit v1.2.3