Config update.

Summary: Testing config path update.

Reviewers: mislav.bradac

Reviewed By: mislav.bradac

Differential Revision: https://phabricator.memgraph.io/D488
This commit is contained in:
Marko Budiselic 2017-06-16 16:27:06 +02:00
parent f1e894d107
commit 8d7f44a498

2
run
View File

@ -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}