From 239a0dcb704c5a0b1e10a366f8ffacb0db86916e Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Wed, 11 Nov 2009 15:13:11 +1000 Subject: Some tests can't be run in parallel. --- tests/auto/declarative/runall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/declarative/runall.sh b/tests/auto/declarative/runall.sh index 2d0c848..33087a1 100755 --- a/tests/auto/declarative/runall.sh +++ b/tests/auto/declarative/runall.sh @@ -5,7 +5,7 @@ sleep 1 trap "kill $!" EXIT export DISPLAY=:7 -make install 2>&1 | +make -k -j1 install 2>&1 | while read line do case "$line" in -- cgit v0.12