From b3d87e99d1a547fb44873519f8e6cd86927696b0 Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Wed, 7 Nov 2012 13:25:17 -0800 Subject: [PATCH] Fix path to rippled in test config. --- test/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config.js b/test/config.js index d9e6eb584..42ce8bea4 100644 --- a/test/config.js +++ b/test/config.js @@ -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";