mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 00:45:58 +00:00
UT: Set the cwd for the servers.
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
// Configuration for unit tests
|
||||
//
|
||||
|
||||
var path = require("path");
|
||||
|
||||
// Where to find the binary.
|
||||
exports.newcoind = "./newcoind";
|
||||
exports.newcoind = path.join(process.cwd(), "newcoind");
|
||||
|
||||
// Configuration for servers.
|
||||
exports.servers = {
|
||||
|
||||
Reference in New Issue
Block a user