tests: fsstress-gocryptfs.bash: log timestamp for each iteration

This commit is contained in:
Jakob Unterwurzacher 2020-10-03 22:08:52 +02:00
parent 66449bf56b
commit 754c483870
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ echo "Starting fsstress loop"
N=1 N=1
while true while true
do do
echo $N echo "$N ................................. $(date)"
mkdir $MNT/fsstress.1 mkdir $MNT/fsstress.1
echo -n " fsstress.1 " echo -n " fsstress.1 "
$FSSTRESS -r -m 8 -n 1000 -d $MNT/fsstress.1 & $FSSTRESS -r -m 8 -n 1000 -d $MNT/fsstress.1 &