git ssb

2+

cel / ssb-party



Commit d678e80e3f2601e6be0e59a473dee17700cde0dd

Fix test log path

cel committed on 3/21/2017, 1:00:11 AM
Parent: 6fde5ce68fed022df274b84acb08b7a15567e62d

Files changed

test.jschanged
test.jsView
@@ -84,9 +84,9 @@
8484 t.error(err, 'create')
8585 sbot.close(function (err) {
8686 t.error(err, 'close')
8787 setTimeout(function () {
88- var log = fs.readFileSync(path.join(tmpDir, 'out.log'), 'utf8')
88 + var log = fs.readFileSync(path.join(tmpDir, 'debug.log'), 'utf8')
8989 t.ok(/sbot auto closing/.test(log), 'auto closed')
9090 t.end()
9191 }, 5000)
9292 })

Built with git-ssb-web