diff --git a/tests/cstor/script/test_uzfs.sh b/tests/cstor/script/test_uzfs.sh index 7d76b3c..b0367cc 100755 --- a/tests/cstor/script/test_uzfs.sh +++ b/tests/cstor/script/test_uzfs.sh @@ -69,7 +69,7 @@ log_must() status=$? if [ $status -ne 0 ]; then - cat $logfile > /dev/tty 2>&1 + cat $logfile rm $logfile log_fail $@ fi