]> www.infradead.org Git - users/hch/blktests.git/commitdiff
block/027: remove duplicate --group_reporting=1
authorYi Zhang <yi.zhang@redhat.com>
Mon, 9 Sep 2019 16:55:06 +0000 (00:55 +0800)
committerOmar Sandoval <osandov@osandov.com>
Tue, 15 Oct 2019 22:44:49 +0000 (15:44 -0700)
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
tests/block/027

index 0ff9e4c3897fbc254fdf69b62d496a8a8b41afa1..e818bf75a7a4a6177fa128b6422beaf0c880c8e3 100755 (executable)
@@ -56,7 +56,7 @@ scsi_debug_stress_remove() {
        local num_jobs=4 runtime=12
        fio --rw=randread --size=128G --direct=1 --ioengine=libaio \
                --iodepth=2048 --numjobs=$num_jobs --bs=4k \
-               --group_reporting=1 --group_reporting=1 --runtime=$runtime \
+               --group_reporting=1 --runtime=$runtime \
                --loops=10000 --cgroup="blktests/${TEST_NAME}" \
                "${fio_jobs[@]}" > "$FULL" 2>&1 &