[LTP] [PATCH] configure.ac: Fix --with* options
Petr Vorel
pvorel@suse.cz
Mon Nov 18 07:16:34 CET 2019
Hi,
Reviewed-by: Petr Vorel <pvorel@suse.cz>
> Well, I just saw adding new #TODO here and hoping to solve this together, a
> simple way I was thinking is:
> +AS_IF([test "x$with_bash" != xyes || test "x$with_python" != xyes],
> + [with_realtime_testsuite=no]
> +)
> Of course, It's fine to fix that in a separate patch!
I'm for merging this. I just wonder if it's not better to remove $with_bash and
$with_python (as part of this patch), if they're not working.
BTW better, than fixing bash/shell would be to actually rewrote tests which are
using python and bash to C or posix shell.
https://github.com/linux-test-project/ltp/issues/547
Kind regards,
Petr
More information about the ltp
mailing list