Check filesystem after log replay and abort test if errors found
[xfstests-dev.git] / 179
diff --git a/179 b/179
index ac0bbd585bbf2bed24b1e10a782a5adaa7ddb65e..feeddccef00c5f108c9b5bfc522e0abc729cb995 100644 (file)
--- a/179
+++ b/179
@@ -85,6 +85,13 @@ done
 src/godown $SCRATCH_MNT
 umount $SCRATCH_MNT
 _scratch_mount
+umount $SCRATCH_MNT
+if [ ! _check_scratch_fs ]
+then
+       echo error detected in filesystem
+       exit
+fi
+_scratch_mount
 _check_files
 
 status=0