* [PATCH] net: Fix failure string in net-socket selftests Makefile.
@ 2013-03-19 21:16 David Miller
0 siblings, 0 replies; only message in thread
From: David Miller @ 2013-03-19 21:16 UTC (permalink / raw)
To: netdev
Signed-off-by: David S. Miller <davem@davemloft.net>
---
tools/testing/selftests/net-socket/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net-socket/Makefile b/tools/testing/selftests/net-socket/Makefile
index f27ee10..2450fd8 100644
--- a/tools/testing/selftests/net-socket/Makefile
+++ b/tools/testing/selftests/net-socket/Makefile
@@ -10,7 +10,7 @@ all: $(NET_SOCK_PROGS)
$(CC) $(CFLAGS) -o $@ $^
run_tests: all
- @/bin/sh ./run_netsocktests || echo "vmtests: [FAIL]"
+ @/bin/sh ./run_netsocktests || echo "sockettests: [FAIL]"
clean:
$(RM) $(NET_SOCK_PROGS)
--
1.7.11.7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-19 21:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 21:16 [PATCH] net: Fix failure string in net-socket selftests Makefile David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).