From 80c553e1bb00a6d76fc15ac23b6850cb41e1fb23 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 8 Nov 2020 14:27:58 +0100 Subject: [PATCH] force single worker --- tests-ng/include-order.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-ng/include-order.sh b/tests-ng/include-order.sh index c6da500..01c295a 100755 --- a/tests-ng/include-order.sh +++ b/tests-ng/include-order.sh @@ -108,7 +108,7 @@ echo "third" > ${tmps}/dotfiles/third attempts="3" for ((i=0;i<${attempts};i++)); do # install - cd ${ddpath} | ${bin} install -f -c ${cfg} -p p0 -V + cd ${ddpath} | ${bin} install -w 1 -f -c ${cfg} -p p0 -V # checks timestamp echo "first timestamp: `stat -c %y ${tmpd}/first`"