From 4e720c74e870b6b2b3207fb510603c42d2ffcefa Mon Sep 17 00:00:00 2001 From: VilhoRaatikka Date: Tue, 29 Jul 2014 22:16:03 +0300 Subject: [PATCH] Bug 462, http://bugs.skysql.com/show_bug.cgi?id=462, fixed path MAXSCALE_HOME path expression in server/test/makefile --- server/test/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/test/makefile b/server/test/makefile index d812494fc..7f9c36b84 100644 --- a/server/test/makefile +++ b/server/test/makefile @@ -10,7 +10,7 @@ include ../../test.inc TEST_ROOT := $(ROOT_PATH)/test PARENT_DIR := $(ROOT_PATH)/server CUR_DIR := $(PARENT_DIR)/test -export MAXSCALE_HOME=$(CUR_DIR)/MaxScale +export MAXSCALE_HOME=$(CUR_DIR) CC=cc TESTLOG := $(CUR_DIR)/testserver.log