]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Print command and version to boot output
authorKarel Kočí <kocikare@fel.cvut.cz>
Wed, 19 Aug 2015 09:27:22 +0000 (11:27 +0200)
committerKarel Kočí <kocikare@fel.cvut.cz>
Wed, 19 Aug 2015 09:27:22 +0000 (11:27 +0200)
tests/cyclictest/root/overlay/sbin/lcpinit

index e2c1f78b1cacf520c5e01b456c1225ee25aae66c..02c39af020b231d4612e3c19f7e8bfa852eb159a 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+echo Command: cyclictest -n -p99 -t3 -l10000 -q
+echo Version: `cyclictest --help | head -1`
+echo
 cyclictest -n -p99 -t3 -l10000 -q | sed 's/^/! /' | sed 's/$/ ok/'
 
 echo "NOVABOOT EXIT LINUX-CONF-PERF"