From 08dd3fe11640a97cf4fc1f670a373da48a2a3a32 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Mon, 5 Apr 2021 18:35:44 +0530 Subject: [PATCH] refact(tests): remove logging to /dev/tty (#84) - remove logging to /dev/tty in uzfs tests Signed-off-by: Akhil Mohan --- tests/cstor/script/test_uzfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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