Fix path to rippled in test config.

This commit is contained in:
Stefan Thomas
2012-11-07 13:25:17 -08:00
parent f4d951cd67
commit b3d87e99d1

View File

@@ -5,7 +5,7 @@
var path = require("path");
// Where to find the binary.
exports.rippled = path.join(process.cwd(), "rippled");
exports.rippled = path.join(process.cwd(), "build/rippled");
exports.server_default = "alpha";