]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #40259 - TimNN:fix-emscripten-tests, r=alexcrichton
authorAlex Crichton <alex@alexcrichton.com>
Fri, 10 Mar 2017 22:51:22 +0000 (16:51 -0600)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 11 Mar 2017 00:18:27 +0000 (16:18 -0800)
Fix emscripten test detection

Without this change `rustbuild` will attempt to run `.js.map` files (if they exist) resulting in lots of sadness.

r? @alexcrichton


Trivial merge