Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 77f65ebd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)