Commit 9277afcb2a63e13cddbed76dbfa1c1cc85f210d2
actully fail tests
wanderer committed on 7/21/2016, 1:04:07 AMParent: a925d24ca2819ab0d5702e2877d76981bcd7b285
Files changed
tests/interfaceRunner.js | changed |
tests/interfaceRunner.js | ||
---|---|---|
@@ -27,11 +27,13 @@ | ||
27 | 27 | // ethInterface.address(0) |
28 | 28 | // console.log(ethInterface.environment); |
29 | 29 | mod.exports.test() |
30 | 30 | } catch (e) { |
31 | + t.fail() | |
31 | 32 | console.error('FAIL') |
32 | 33 | console.error(e) |
33 | 34 | } finally { |
35 | + t.pass(testName) | |
34 | 36 | console.log('done') |
35 | 37 | } |
36 | 38 | t.end() |
37 | 39 | }) |
Built with git-ssb-web