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