All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] net/traceroute01: Print traceroute version
@ 2017-08-29 17:20 Petr Vorel
  2017-09-06 12:37 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2017-08-29 17:20 UTC (permalink / raw)
  To: ltp

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/network/traceroute/traceroute01.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/testcases/network/traceroute/traceroute01.sh b/testcases/network/traceroute/traceroute01.sh
index 1e01a1c2c..04759697a 100755
--- a/testcases/network/traceroute/traceroute01.sh
+++ b/testcases/network/traceroute/traceroute01.sh
@@ -28,6 +28,9 @@ cleanup()
 
 setup()
 {
+	tst_resm TINFO "traceroute version:"
+	tst_resm TINFO $(traceroute --version 2>&1)
+
 	tst_check_cmds traceroute
 	tst_tmpdir
 }
-- 
2.14.0


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

* [LTP] [PATCH 1/1] net/traceroute01: Print traceroute version
  2017-08-29 17:20 [LTP] [PATCH 1/1] net/traceroute01: Print traceroute version Petr Vorel
@ 2017-09-06 12:37 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2017-09-06 12:37 UTC (permalink / raw)
  To: ltp

Hi!
Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

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

end of thread, other threads:[~2017-09-06 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 17:20 [LTP] [PATCH 1/1] net/traceroute01: Print traceroute version Petr Vorel
2017-09-06 12:37 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.