mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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