net: Fix failure string in net-socket selftests Makefile.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -10,7 +10,7 @@ all: $(NET_SOCK_PROGS)
|
|||||||
$(CC) $(CFLAGS) -o $@ $^
|
$(CC) $(CFLAGS) -o $@ $^
|
||||||
|
|
||||||
run_tests: all
|
run_tests: all
|
||||||
@/bin/sh ./run_netsocktests || echo "vmtests: [FAIL]"
|
@/bin/sh ./run_netsocktests || echo "sockettests: [FAIL]"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(NET_SOCK_PROGS)
|
$(RM) $(NET_SOCK_PROGS)
|
||||||
|
Reference in New Issue
Block a user