mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-06-15 02:22:06 +03:00
fix
This commit is contained in:
parent
ee4fade2e4
commit
e54c275685
@ -6,6 +6,9 @@ if [ "$USER" != "root" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#reactivate python environment, if any (usefull in Travis)
|
||||||
|
[ "$VIRTUAL_ENV" ] && source $VIRTUAL_ENV/bin/activate
|
||||||
|
|
||||||
echo "####################################################"
|
echo "####################################################"
|
||||||
echo "##### Unit testing against"
|
echo "##### Unit testing against"
|
||||||
echo "##### Python : `python --version 2>&1 |sed 's/.* //'`"
|
echo "##### Python : `python --version 2>&1 |sed 's/.* //'`"
|
||||||
@ -13,8 +16,6 @@ echo "##### ZFS userspace : `dpkg-query -W zfsutils-linux |cut -f2`"
|
|||||||
echo "##### ZFS kernel : `modinfo zfs|grep ^version |sed 's/.* //'` "
|
echo "##### ZFS kernel : `modinfo zfs|grep ^version |sed 's/.* //'` "
|
||||||
echo "####################################################"
|
echo "####################################################"
|
||||||
|
|
||||||
#reactivate python environment, if any (usefull in Travis)
|
|
||||||
[ "$VIRTUAL_ENV" ] && source $VIRTUAL_ENV/bin/activate
|
|
||||||
|
|
||||||
# test needs ssh access to localhost for testing
|
# test needs ssh access to localhost for testing
|
||||||
if ! [ -e /root/.ssh/id_rsa ]; then
|
if ! [ -e /root/.ssh/id_rsa ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user