diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2021-08-06 12:42:48 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2021-08-06 12:42:48 +0200 |
| commit | 6f5a6a3bb0ee0486c000358af4c7b1a9a1595360 (patch) | |
| tree | 4f371bf423dc5eb1b3f0c2f252b306472d532b28 /test.sh | |
| parent | 5e9e23785c347a4b665814ff6b404ecefac370af (diff) | |
Log test timings also to stdout
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
