From 56fcca04128cb864657316a08497526910b27257 Mon Sep 17 00:00:00 2001 From: Matej Ferencevic Date: Mon, 6 Nov 2017 10:15:05 +0100 Subject: [PATCH] Fixed memgraph snapshot path in LDBC test. Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D960 --- tests/public_benchmark/ldbc/build_dataset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/public_benchmark/ldbc/build_dataset b/tests/public_benchmark/ldbc/build_dataset index 10e91f3a6..db0b0b330 100755 --- a/tests/public_benchmark/ldbc/build_dataset +++ b/tests/public_benchmark/ldbc/build_dataset @@ -127,7 +127,7 @@ echo "Converting CSV dataset to '${neo4j_database_dir}/graph.db'" ${neo4j_dir}/bin/neo4j-import --into graph.db ${csv_dataset} --delimiter "|" --array-delimiter ";" # Convert to memgraph internal format. -memgraph_snapshot_dir=${dataset_dir}/memgraph/default +memgraph_snapshot_dir=${dataset_dir}/memgraph mkdir -p ${memgraph_snapshot_dir} cd ${memgraph_snapshot_dir} echo "Converting CSV dataset to '${memgraph_snapshot_dir}/snapshot'"