]> git.proxmox.com Git - cargo.git/commit
Auto merge of #1191 - alexcrichton:fix-bots, r=huonw
authorbors <bors@rust-lang.org>
Mon, 19 Jan 2015 07:28:44 +0000 (07:28 +0000)
committerbors <bors@rust-lang.org>
Mon, 19 Jan 2015 07:28:44 +0000 (07:28 +0000)
commit2422edc96b919b6d24fe15f17890c3eb812b8bd2
tree02f09d8656050388aff2fa9511722c2dbfed3b58
parent06ae4bbcbb057239983544f7a9c920f45c432f74
parent124e8d3c51d15b64da5aa4373033eee0fec5f543
Auto merge of #1191 - alexcrichton:fix-bots, r=huonw

The nightly bots are all failing because a nightly build emits a .cargo/config
which uses `[target]` for some overrides, but a test was creating invalid
configuration for `[target]`, causing the test error message to change.

This commit fixes the test by using a different error message (which should not
conflict). It also improves the error message for "configuration could not be
merged" to include more contextual information about what just happened.