From 86b01a278b55b19adefe9625e586252a5c75b474 Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Mon, 26 Nov 2012 16:36:42 -0500 Subject: dht: support auto-NUFA option Many people have asked for behavior like the old NUFA, which builds and seems to run but was previously impossible to enable/configure in a standard way. This change allows NUFA to be enabled instead of DHT from the command line, with automatic selection of the local subvolume on each host. Change-Id: I0065938db3922361fd450a6c1919a4cbbf6f202e BUG: 882278 Signed-off-by: Jeff Darcy Reviewed-on: http://review.gluster.org/4234 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/include.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/include.rc') diff --git a/tests/include.rc b/tests/include.rc index cfa9390aa..b572fbc63 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -39,6 +39,9 @@ function test_footer() echo "ok $t"; else echo "not ok $t"; + if [ "$EXIT_EARLY" = "1" ]; then + exit $RET + fi fi dbg "RESULT $t: $RET"; -- cgit