aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/net-socket/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net-socket/Makefile b/tools/testing/selftests/net-socket/Makefile
index f27ee10da530..2450fd8bb10a 100644
--- a/tools/testing/selftests/net-socket/Makefile
+++ b/tools/testing/selftests/net-socket/Makefile
@@ -10,7 +10,7 @@ all: $(NET_SOCK_PROGS)
10 $(CC) $(CFLAGS) -o $@ $^ 10 $(CC) $(CFLAGS) -o $@ $^
11 11
12run_tests: all 12run_tests: all
13 @/bin/sh ./run_netsocktests || echo "vmtests: [FAIL]" 13 @/bin/sh ./run_netsocktests || echo "sockettests: [FAIL]"
14 14
15clean: 15clean:
16 $(RM) $(NET_SOCK_PROGS) 16 $(RM) $(NET_SOCK_PROGS)