On Mon, Dec 12, 2022 at 06:53:27PM -0800, Darrick J. Wong wrote: > > Does this help? This should work for me! I'll go ahead and resend just the rm tmp.arglist change. Thanks, Leah > > --D > > From: Darrick J. Wong <djwong@xxxxxxxxxx> > Subject: [PATCH] check: generate section reports between tests > > Generate the section report between tests so that the summary report > always reflects the outcome of the most recent test. This is useful for > fstests status reporting, for people who anxiously await results. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > --- > check | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/check b/check > index d2e5129620..997547247f 100755 > --- a/check > +++ b/check > @@ -841,6 +841,16 @@ function run_section() > fi > seqres="$REPORT_DIR/$seqnum" > > + # Generate the entire section report with whatever test results > + # we have so far. Leave the $sect_time parameter empty so that > + # it's a little more obvious that this test run is incomplete. > + if $do_report; then > + local sect_now=`_wallclock` > + _make_section_report "$section" "${#try[*]}" \ > + "${#bad[*]}" "${#notrun[*]}" \ > + "" &> /dev/null > + fi > + > mkdir -p $RESULT_DIR > rm -f ${RESULT_DIR}/require_scratch* > rm -f ${RESULT_DIR}/require_test*