]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #11963 : alexcrichton/rust/fix-rustpkg, r=brson
authorbors <bors@rust-lang.org>
Sat, 1 Feb 2014 08:46:23 +0000 (00:46 -0800)
committerbors <bors@rust-lang.org>
Sat, 1 Feb 2014 08:46:23 +0000 (00:46 -0800)
Right now the bots are all injecting a libstd version, so all the rustpkg tests
are passing. All rustpkg compilations will fail unless the version number is
explicitly given because rustpkg attempts to exactly guess the target file name.
Switch back to using a pattern match in order to unbreak tests.

Closes #11852


Trivial merge