Commit d678e80e3f2601e6be0e59a473dee17700cde0dd
Fix test log path
cel committed on 3/21/2017, 1:00:11 AMParent: 6fde5ce68fed022df274b84acb08b7a15567e62d
Files changed
test.js | changed |
test.js | ||
---|---|---|
@@ -84,9 +84,9 @@ | ||
84 | 84 … | t.error(err, 'create') |
85 | 85 … | sbot.close(function (err) { |
86 | 86 … | t.error(err, 'close') |
87 | 87 … | setTimeout(function () { |
88 | - var log = fs.readFileSync(path.join(tmpDir, 'out.log'), 'utf8') | |
88 … | + var log = fs.readFileSync(path.join(tmpDir, 'debug.log'), 'utf8') | |
89 | 89 … | t.ok(/sbot auto closing/.test(log), 'auto closed') |
90 | 90 … | t.end() |
91 | 91 … | }, 5000) |
92 | 92 … | }) |
Built with git-ssb-web