Debug CI - untoggle silent

pull/1/head
cgewecke 8 years ago
parent 9f770c8700
commit c98c53bd92
  1. 4
      test/run.js

@ -22,7 +22,7 @@ describe('run', () => {
dir: "./mock",
port: port,
testing: true,
silent: true
silent: false
};
before(() => {
@ -42,7 +42,7 @@ describe('run', () => {
dir: "./mock",
port: port,
testing: true,
silent: true,
silent: false,
norpc: true,
};
const command = `./node_modules/ethereumjs-testrpc/bin/testrpc --gasLimit 0xfffffffffff --port ${port}`;

Loading…
Cancel
Save