From 28f73a6df4d6af5a7b03047ce8a957bc5247d847 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Sun, 8 May 2011 23:08:00 +0200 Subject: [PATCH] nettest: not parallel --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile b/test/Makefile index e0ae750..749fd75 100644 --- a/test/Makefile +++ b/test/Makefile @@ -40,6 +40,8 @@ test: ${TARGETS} x=0; for f in packets/[0-9]*; do echo ">> $$f"; ./testParser $$f; x=$$((x+$$?)); done; exit $$x x=0; for f in packets/[0-9]*; do echo ">> $$f"; ./testParser $$f -r; x=$$((x+$$?)); done; exit $$x +.NOTPARALLEL: nettestrun + nettest: nettestfull nettestsplit nettestrun: srvstart pkt srvkill