]> git.lizzy.rs Git - rust.git/commit
debuginfo: Make sure that only one LLDB test task is run at a time.
authorMichael Woerister <michaelwoerister@posteo>
Wed, 9 Jul 2014 14:22:39 +0000 (16:22 +0200)
committerMichael Woerister <michaelwoerister@posteo>
Wed, 16 Jul 2014 07:46:49 +0000 (09:46 +0200)
commit3b336b20ce5ffa73950685ef3a2e2e236d53ba17
treef6c50692bdd73c3ee22ee0edf2baed94466fddd2
parentc7f45a9458967f9acec23c40941c285b58790c0b
debuginfo: Make sure that only one LLDB test task is run at a time.

Some older versions of LLDB have problems with multiple instances running in parallel. This commit makes sure we don't do that.
src/compiletest/compiletest.rs