提交 94712446 编写于 作者: D David S. Miller

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

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册