From 3da2514970cd42e6e85588d40ac38b6e0728d113 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 26 Jun 2014 17:11:24 +0000 Subject: [PATCH] avoid clobbering shell prompt with 'job backgrounded' output --- regression-tests.recursor/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-tests.recursor/start.sh b/regression-tests.recursor/start.sh index 0a30351446..7cedc7554b 100755 --- a/regression-tests.recursor/start.sh +++ b/regression-tests.recursor/start.sh @@ -16,3 +16,5 @@ for dir in $PREFIX.* recursor-service do supervise $dir & done + +sleep 1 \ No newline at end of file -- 2.47.2