On Wed, Jun 27, 2018 at 11:20 AM, Dave Chinner <david@xxxxxxxxxxxxx> wrote: > From: Dave Chinner <dchinner@xxxxxxxxxx> > > Convert all the test dirs with a very small number of tests in one > go. > > Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> > --- [...] > -rm -f $seqres.full > +echo "Silence is golden" > + > +fio_config=$tmp.fio > +fio_results=$tmp.json > > _size=$((16 * $LOAD_FACTOR)) > cat >$fio_config <<EOF > @@ -60,5 +56,5 @@ $FIO_PROG --output-format=json --output=$fio_results $fio_config > _scratch_unmount > cat $fio_results >> $seqres.full > _fio_results_compare $seq $fio_results > -echo "Silence is golden" > -status=0; exit > + > +_success I realize that without status=0 test will not pass, but it always annoys me that echo "Silence is golden" before the end of the test. How about _success_silent to further reduce the boilerplate echo "Silence is golden"? Thanks, Amir. -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html