mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
net: Fix failure string in net-socket selftests Makefile.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
77f65ebdca
commit
947124460d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue