Skip to content

Commit

Permalink
Less parallel testing to avoid OOM kills
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Jan 13, 2017
1 parent 1034a2e commit 7a93201
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Test_all_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ runAllTests() {
$id"

# alright run the ctest script
runTest &
supports32Bit && runTest -m32 &
supportsx32 && runTest -mx32 &
wait
runTest
supports32Bit && runTest -m32
supportsx32 && runTest -mx32
}

supports32Bit() {
Expand Down

0 comments on commit 7a93201

Please sign in to comment.