* [LTP] [PATCH v1] Remove obsolete LTPROOT usage in math runtest file
@ 2022-09-19 14:41 Andrea Cervesato via ltp
2022-09-20 18:35 ` Petr Vorel
0 siblings, 1 reply; 2+ messages in thread
From: Andrea Cervesato via ltp @ 2022-09-19 14:41 UTC (permalink / raw)
To: ltp
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
runtest/math | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/runtest/math b/runtest/math
index 110c41e73..6915ebe05 100644
--- a/runtest/math
+++ b/runtest/math
@@ -3,11 +3,11 @@ abs01 abs01
atof01 atof01
-float_bessel cd $LTPROOT/testcases/bin; float_bessel -v
-float_exp_log cd $LTPROOT/testcases/bin; float_exp_log -v
-float_iperb cd $LTPROOT/testcases/bin; float_iperb -v
-float_power cd $LTPROOT/testcases/bin; float_power -v
-float_trigo cd $LTPROOT/testcases/bin; float_trigo -v
+float_bessel float_bessel -v
+float_exp_log float_exp_log -v
+float_iperb float_iperb -v
+float_power float_power -v
+float_trigo float_trigo -v
fptest01 fptest01
fptest02 fptest02
--
2.35.3
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [LTP] [PATCH v1] Remove obsolete LTPROOT usage in math runtest file
2022-09-19 14:41 [LTP] [PATCH v1] Remove obsolete LTPROOT usage in math runtest file Andrea Cervesato via ltp
@ 2022-09-20 18:35 ` Petr Vorel
0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2022-09-20 18:35 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: ltp
Hi Andrea,
thanks, merged!
> -float_bessel cd $LTPROOT/testcases/bin; float_bessel -v
> -float_exp_log cd $LTPROOT/testcases/bin; float_exp_log -v
> -float_iperb cd $LTPROOT/testcases/bin; float_iperb -v
> -float_power cd $LTPROOT/testcases/bin; float_power -v
> -float_trigo cd $LTPROOT/testcases/bin; float_trigo -v
> +float_bessel float_bessel -v
> +float_exp_log float_exp_log -v
> +float_iperb float_iperb -v
> +float_power float_power -v
> +float_trigo float_trigo -v
FYI I was thinking about removing -v, but in the end I kept it as the tests
needs to be migrated to new API anyway.
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-20 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-19 14:41 [LTP] [PATCH v1] Remove obsolete LTPROOT usage in math runtest file Andrea Cervesato via ltp
2022-09-20 18:35 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox