summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-11 05:13:11 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-11 05:13:11 (GMT)
commit239a0dcb704c5a0b1e10a366f8ffacb0db86916e (patch)
treefb3c538c6cd6e6f2ef43e01d9fed55a21b9650b5 /tests
parente46072cc655e263863abd6bd94bfa628d8aeeeec (diff)
downloadQt-239a0dcb704c5a0b1e10a366f8ffacb0db86916e.zip
Qt-239a0dcb704c5a0b1e10a366f8ffacb0db86916e.tar.gz
Qt-239a0dcb704c5a0b1e10a366f8ffacb0db86916e.tar.bz2
Some tests can't be run in parallel.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/auto/declarative/runall.sh2
1 files changed, 1 insertions, 1 deletions
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