Skip to content

Commit

Permalink
set author for nightly builds RPC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Oct 10, 2017
1 parent b6aa094 commit b6011c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RPCTests/modules/ethconsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ startNode: function startNode (nodeExec, dataDir, genesisPath, listeningPort, fi
'--ipcpath', dataDir + '/geth.ipc',
'--ipc',
'--listen', listeningPort,
'--test'
'--test',
'-a', '0x1122334455667788991011121314151617181920'
]
utils.cLog('starting node')
utils.cLog(nodeExec + ' ' + options.join(' '))
Expand Down Expand Up @@ -82,7 +83,7 @@ runScriptOnNode: function runScriptOnNode(dataDir, jsScript, args, finished)
else
{
var script = new vm.Script(data);
- script.runInThisContext();
script.runInThisContext();
}
});
},
Expand Down

0 comments on commit b6011c3

Please sign in to comment.