From 257112dc27a41f7fcaadd093880f1580e6bd561b Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Mon, 11 Dec 2017 15:16:33 +0200 Subject: [PATCH] swithch to maxscale-system-test dir in the proper way before running test --- maxscale-system-test/mdbci/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxscale-system-test/mdbci/run_test.sh b/maxscale-system-test/mdbci/run_test.sh index b9ad13364..eb0f32c73 100755 --- a/maxscale-system-test/mdbci/run_test.sh +++ b/maxscale-system-test/mdbci/run_test.sh @@ -58,7 +58,7 @@ export name=`echo $name | sed "s/?//g"` . ${script_dir}/configure_log_dir.sh -cd maxscale-system-test +cd ${script_dir}/.. cmake . -DBUILDNAME=$name -DCMAKE_BUILD_TYPE=Debug make