public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/2] tst_test.sh: Print test command + params
@ 2023-10-31 16:09 Petr Vorel
  2023-10-31 16:09 ` [LTP] [PATCH 2/2] runtest/net.nfs: Rename test names Petr Vorel
  2024-01-19 16:31 ` [LTP] [PATCH 1/2] tst_test.sh: Print test command + params Cyril Hrubis
  0 siblings, 2 replies; 8+ messages in thread
From: Petr Vorel @ 2023-10-31 16:09 UTC (permalink / raw)
  To: ltp

To be more obvious what is being run
(test names in runtest files aren't always obvious).

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/lib/tst_test.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testcases/lib/tst_test.sh b/testcases/lib/tst_test.sh
index b5b38f524..95ebdda9d 100644
--- a/testcases/lib/tst_test.sh
+++ b/testcases/lib/tst_test.sh
@@ -898,6 +898,8 @@ if [ -z "$TST_NO_DEFAULT_RUN" ]; then
 
 	TST_ARGS="$@"
 
+	tst_res TINFO "Running: $(basename $0) $TST_ARGS"
+
 	OPTIND=1
 
 	while getopts ":hi:$TST_OPTS" _tst_name $TST_ARGS; do
-- 
2.42.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-01-30 13:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-31 16:09 [LTP] [PATCH 1/2] tst_test.sh: Print test command + params Petr Vorel
2023-10-31 16:09 ` [LTP] [PATCH 2/2] runtest/net.nfs: Rename test names Petr Vorel
2024-01-19 16:28   ` Cyril Hrubis
2024-01-21 19:37     ` Petr Vorel
2024-01-30 12:29   ` Martin Doucha
2024-01-30 13:19     ` Petr Vorel
2024-01-19 16:31 ` [LTP] [PATCH 1/2] tst_test.sh: Print test command + params Cyril Hrubis
2024-01-21 19:59   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox