From b830bdf3c1a8059f61d25585aced0c206004de6c Mon Sep 17 00:00:00 2001 From: Gabor Adam Toth 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