git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit bbe2ea68bad053b972026a80be082800f11e9fb8

InterfaceRunner: pass exceptions to tape

Alex Beregszaszi committed on 8/16/2016, 10:26:03 PM
Parent: 92bdd565f07820a196efab77f374ae697b1f1f6f

Files changed

tests/interfaceRunner.jschanged
tests/interfaceRunner.jsView
@@ -36,9 +36,9 @@
3636 ethInterface.setModule(mod)
3737 debugInterface.setModule(mod)
3838 mod.exports.test()
3939 } catch (e) {
40- t.fail()
40+ t.fail('Exception: ' + e)
4141 console.error('FAIL')
4242 console.error(e)
4343 } finally {
4444 t.pass(testName)

Built with git-ssb-web