diff --git a/test_zfsautobackup.py b/test_zfsautobackup.py index dffab28..e6a3e4f 100644 --- a/test_zfsautobackup.py +++ b/test_zfsautobackup.py @@ -329,7 +329,8 @@ test_target1/fs2/sub@test-20101111000000 def test_clearrefres(self): #on zfs utils 0.6.x this isnt supported, skip for now: - r=shelltest("zfs recv -x bla test &>/dev/null; echo $?") + r=shelltest("zfs recv -x bla test &>/dev/null; echo $?") + print("###### xoptiontestresult:"+r) if r=="\n2\n": pass