[LTP] [PATCH] runltp: skipfile: skipped test cases should be visible as TCONF in results

Cyril Hrubis chrubis@suse.cz
Wed Dec 20 11:28:30 CET 2017


Hi!
> > This could be written in a simpler form:
> >
> >         for test_name in $(awk '{print $1}' "$SKIPFILE"); do
> >                 case "${test_name}" in \#*) continue;; esac
> >                 sed -i "/\<${test_name}\>/c\\${test_name} exit 32;" alltests
> >         done
> 
> I have tested this piece of script and this also works.
> Shall i re-send the patch with this modification ?

Yes please.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list