From 9772fc80cf1cf517507bfa01756cf013225071be Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sun, 17 May 2020 13:28:15 +0200 Subject: [PATCH] test --- run_tests | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run_tests b/run_tests index f8a619e..385c53b 100755 --- a/run_tests +++ b/run_tests @@ -1,4 +1,8 @@ #!/bin/bash + +#reactivate python environment, if any (usefull in Travis) +source $VIRTUAL_ENV/bin/activate + coverage run --source bin.zfs_autobackup -m unittest -v $@ EXIT=$?