From 8d7f44a4983ccd32d89fb9b4333715c3d5e98741 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Fri, 16 Jun 2017 16:27:06 +0200 Subject: [PATCH] Config update. Summary: Testing config path update. Reviewers: mislav.bradac Reviewed By: mislav.bradac Differential Revision: https://phabricator.memgraph.io/D488 --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 61325a755..060353366 100755 --- a/run +++ b/run @@ -60,7 +60,7 @@ binary_name=$(find ${memgraph_build_dir}/ -maxdepth 1 -executable \ -name "memgraph*" | sort | tail -n 1) # get full path to memgraph config for interpreted queries -config_path="${memgraph_src_dir}/config/memgraph.yaml" +config_path="${memgraph_src_dir}/config/testing.conf" # run scenarios cd ${script_dir}