mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +03:00
clearly show versions
This commit is contained in:
parent
c5f1a87c40
commit
ee4fade2e4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user