diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-11 05:13:11 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-11 05:13:11 (GMT) |
commit | 239a0dcb704c5a0b1e10a366f8ffacb0db86916e (patch) | |
tree | fb3c538c6cd6e6f2ef43e01d9fed55a21b9650b5 /tests/auto/declarative/runall.sh | |
parent | e46072cc655e263863abd6bd94bfa628d8aeeeec (diff) | |
download | Qt-239a0dcb704c5a0b1e10a366f8ffacb0db86916e.zip Qt-239a0dcb704c5a0b1e10a366f8ffacb0db86916e.tar.gz Qt-239a0dcb704c5a0b1e10a366f8ffacb0db86916e.tar.bz2 |
Some tests can't be run in parallel.
Diffstat (limited to 'tests/auto/declarative/runall.sh')
-rwxr-xr-x | tests/auto/declarative/runall.sh | 2 |
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 |