[LTP] [PATCH v2 2/2] Remove fsx runtest suite
Petr Vorel
pvorel@suse.cz
Mon Nov 13 17:02:00 CET 2023
Hi Andrea,
runltp also has fsx part, which needs to be deleted:
# The fsx-linux tests use the SCRATCHDEV environment variable as a location
# that can be reformatted and run on. Set SCRATCHDEV if you want to run
# these tests. As a safeguard, this is disabled.
unset SCRATCHDEV
[ -n "$SCRATCHDEV" ] && \
{
cat ${LTPROOT}/runtest/fsx >> ${TMP}/alltests ||
{
echo "FATAL: unable to create fsx-linux tests command file"
exit 1
}
}
With that removed, you can add:
Reviewed-by: Petr Vorel <pvorel@suse.cz>
BTW I also wonder if we still need testscripts/ltp-aiodio.sh.
Kind regards,
Petr
More information about the ltp
mailing list