Bug 462, http://bugs.skysql.com/show_bug.cgi?id=462, fixed path MAXSCALE_HOME path expression in server/test/makefile

This commit is contained in:
VilhoRaatikka
2014-07-29 14:02:57 +03:00
parent 2dea68b9b3
commit ad96ca66a5

View File

@ -10,7 +10,7 @@ include ../../test.inc
TEST_ROOT := $(ROOT_PATH)/test TEST_ROOT := $(ROOT_PATH)/test
PARENT_DIR := $(ROOT_PATH)/server PARENT_DIR := $(ROOT_PATH)/server
CUR_DIR := $(PARENT_DIR)/test CUR_DIR := $(PARENT_DIR)/test
export MAXSCALE_HOME=$(CUR_DIR)/MaxScale export MAXSCALE_HOME=$(CUR_DIR)
CC=cc CC=cc
TESTLOG := $(CUR_DIR)/testserver.log TESTLOG := $(CUR_DIR)/testserver.log