[LTP] [PATCH 2/2] runltp: Print deprecated warnings to STDERR
Petr Vorel
pvorel@suse.cz
Tue Sep 3 14:46:44 CEST 2024
Probably more change people will notice
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
runltp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/runltp b/runltp
index 4b0bd08f15..0d90625691 100755
--- a/runltp
+++ b/runltp
@@ -70,10 +70,10 @@
deprecated()
{
- echo "-------------------------------------------"
- echo "INFO: runltp script is deprecated, try kirk"
- echo "https://github.com/linux-test-project/kirk"
- echo "-------------------------------------------"
+ echo "-------------------------------------------" >&2
+ echo "INFO: runltp script is deprecated, try kirk" >&2
+ echo "https://github.com/linux-test-project/kirk" >&2
+ echo "-------------------------------------------" >&2
}
--
2.45.2
More information about the ltp
mailing list