From 754c48387038f78ac653bcc7e97582e1491cfbd9 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 3 Oct 2020 22:08:52 +0200 Subject: [PATCH] tests: fsstress-gocryptfs.bash: log timestamp for each iteration --- tests/stress_tests/fsstress-gocryptfs.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stress_tests/fsstress-gocryptfs.bash b/tests/stress_tests/fsstress-gocryptfs.bash index 91952a1..26e7bc0 100755 --- a/tests/stress_tests/fsstress-gocryptfs.bash +++ b/tests/stress_tests/fsstress-gocryptfs.bash @@ -86,7 +86,7 @@ echo "Starting fsstress loop" N=1 while true do - echo $N + echo "$N ................................. $(date)" mkdir $MNT/fsstress.1 echo -n " fsstress.1 " $FSSTRESS -r -m 8 -n 1000 -d $MNT/fsstress.1 &