[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20130319.171656.2169297554900450866.davem@davemloft.net>
Date: Tue, 19 Mar 2013 17:16:56 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: netdev@...r.kernel.org
Subject: [PATCH] net: Fix failure string in net-socket selftests Makefile.
Signed-off-by: David S. Miller <davem@...emloft.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists