From 6f5a6a3bb0ee0486c000358af4c7b1a9a1595360 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 6 Aug 2021 12:42:48 +0200 Subject: Log test timings also to stdout --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index bf63eb2..b8aa6dd 100755 --- a/test.sh +++ b/test.sh @@ -99,7 +99,7 @@ test_transfer() { ${client} compare_files printf "ok" - ) + ) 2>&1 rm -f "$CLIENTDIR/testfile" time ( @@ -108,7 +108,7 @@ test_transfer() { ${client} compare_files printf "ok" - ) + ) 2>&1 rm -f "$SERVERDIR/testfile" ${server}_cleanup -- cgit v1.2.3