Skip to content

Commit

Permalink
net: Fix failure string in net-socket selftests Makefile.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 19, 2013
1 parent 77f65eb commit 9471244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net-socket/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9471244

Please sign in to comment.