aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Srot <ksrot@redhat.com>2014-02-27 18:42:22 +0100
committerDavid Howells <dhowells@redhat.com>2014-11-14 11:26:46 +0000
commit64c4112247070e7ae357c667be3961cd8f151619 (patch)
tree33f90708ba12403174454a4e3f00190d04c6464f
parent9d52b8ab86931fb5a66fa5b567ea01875f31016e (diff)
downloadkeyutils-64c4112247070e7ae357c667be3961cd8f151619.tar.gz
TEST: Print keyutils version tested
Print the version of keyutils being tested. Signed-off-by: Karel Srot <ksrot@redhat.com> Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--tests/prepare.inc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/prepare.inc.sh b/tests/prepare.inc.sh
index 5942fb8..8b7cb04 100644
--- a/tests/prepare.inc.sh
+++ b/tests/prepare.inc.sh
@@ -44,6 +44,7 @@ else
exit 9
fi
+echo "keyutils version: $KEYUTILSVER"
KEYUTILSVER=`expr "$KEYUTILSVER" : '.*keyutils-\([0-9.]*\).*'`
. $includes/version.inc.sh