aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-10-03 22:08:52 +0200
committerJakob Unterwurzacher2020-10-04 00:12:46 +0200
commit754c48387038f78ac653bcc7e97582e1491cfbd9 (patch)
treeb2c201d3bf59adf5ba86cb12c3b01c11126f3676 /tests
parent66449bf56b22d2f6b6309649b4c4819217c1cee5 (diff)
tests: fsstress-gocryptfs.bash: log timestamp for each iteration
Diffstat (limited to 'tests')
-rwxr-xr-xtests/stress_tests/fsstress-gocryptfs.bash2
1 files changed, 1 insertions, 1 deletions
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 &