From 8311e1bac2e7427630167b6e2969e3648690462f Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Thu, 21 Jan 2010 08:53:17 +1100 Subject: [PATCH] xfsqa: filter the fsstress seed output in 104 Otherwise it fails to match the golden output. Also add the test to the auto group so that it is run regularly now that the growfs problems are fixed. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- 104 | 2 +- group | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/104 b/104 index c50d3fc08..b35c43bc3 100755 --- a/104 +++ b/104 @@ -60,7 +60,7 @@ _stress_scratch() procs=3 nops=1000 # -w ensures that the only ops are ones which cause write I/O - $FSSTRESS_PROG -d $SCRATCH_MNT -w -p $procs -n $nops $FSSTRESS_AVOID & + $FSSTRESS_PROG -d $SCRATCH_MNT -w -p $procs -n $nops $FSSTRESS_AVOID > /dev/null & } # real QA test starts here diff --git a/group b/group index 7a0e37801..3de9354e1 100644 --- a/group +++ b/group @@ -210,7 +210,7 @@ prealloc 101 udf 102 udf 103 metadata dir ioctl auto quick -104 growfs ioctl prealloc +104 growfs ioctl prealloc auto 105 acl auto quick 106 quota 107 quota -- 2.50.1