git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 9277afcb2a63e13cddbed76dbfa1c1cc85f210d2

actully fail tests

wanderer committed on 7/21/2016, 1:04:07 AM
Parent: a925d24ca2819ab0d5702e2877d76981bcd7b285

Files changed

tests/interfaceRunner.jschanged
tests/interfaceRunner.jsView
@@ -27,11 +27,13 @@
2727 // ethInterface.address(0)
2828 // console.log(ethInterface.environment);
2929 mod.exports.test()
3030 } catch (e) {
31+ t.fail()
3132 console.error('FAIL')
3233 console.error(e)
3334 } finally {
35+ t.pass(testName)
3436 console.log('done')
3537 }
3638 t.end()
3739 })

Built with git-ssb-web