diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/net-socket/Makefile | 2 |
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 | ||
12 | run_tests: all | 12 | run_tests: all |
13 | @/bin/sh ./run_netsocktests || echo "vmtests: [FAIL]" | 13 | @/bin/sh ./run_netsocktests || echo "sockettests: [FAIL]" |
14 | 14 | ||
15 | clean: | 15 | clean: |
16 | $(RM) $(NET_SOCK_PROGS) | 16 | $(RM) $(NET_SOCK_PROGS) |