Skip to content

Commit

Permalink
refact(tests): remove logging to /dev/tty (#84)
Browse files Browse the repository at this point in the history
- remove logging to /dev/tty in uzfs tests

Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm authored Apr 5, 2021
1 parent 89d49c9 commit 08dd3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cstor/script/test_uzfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08dd3fe

Please sign in to comment.