diff mbox series

[v1] Remove obsolete LTPROOT usage in math runtest file

Message ID 20220919144154.20623-1-andrea.cervesato@suse.com
State Accepted
Headers show
Series [v1] Remove obsolete LTPROOT usage in math runtest file | expand

Commit Message

Andrea Cervesato Sept. 19, 2022, 2:41 p.m. UTC
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
 runtest/math | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Petr Vorel Sept. 20, 2022, 6:35 p.m. UTC | #1
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
diff mbox series

Patch

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