Commit 94712446 authored by David S. Miller's avatar David S. Miller

net: Fix failure string in net-socket selftests Makefile.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 77f65ebd
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment