From ee4fade2e4c02df450fedd6a839b6e817978953b Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Mon, 18 May 2020 16:59:07 +0200 Subject: [PATCH] clearly show versions --- run_tests | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/run_tests b/run_tests index e3c4558..6821155 100755 --- a/run_tests +++ b/run_tests @@ -6,6 +6,13 @@ if [ "$USER" != "root" ]; then exit 1 fi +echo "####################################################" +echo "##### Unit testing against" +echo "##### Python : `python --version 2>&1 |sed 's/.* //'`" +echo "##### ZFS userspace : `dpkg-query -W zfsutils-linux |cut -f2`" +echo "##### ZFS kernel : `modinfo zfs|grep ^version |sed 's/.* //'` " +echo "####################################################" + #reactivate python environment, if any (usefull in Travis) [ "$VIRTUAL_ENV" ] && source $VIRTUAL_ENV/bin/activate