From bd6c64da23e4ef198e4d7349a02d70abec78cfbe Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 9 Mar 2016 13:37:10 -0500 Subject: [PATCH] qa/workunits/rados/test.sh: capture stderr too Signed-off-by: Sage Weil --- qa/workunits/rados/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rados/test.sh b/qa/workunits/rados/test.sh index 26d4ea0fe2c..16e8b3fb773 100755 --- a/qa/workunits/rados/test.sh +++ b/qa/workunits/rados/test.sh @@ -23,7 +23,7 @@ for f in \ do if [ $parallel -eq 1 ]; then r=`printf '%25s' $f` - ceph_test_rados_$f $color | \ + ceph_test_rados_$f $color 2>&1 | \ tee ceph_test_rados_$f.log | \ sed "s/^/$r: /" & else -- 2.47.3