From 187c831eb7f9c4ef8a69396a7e8c2c0ea9af9e78 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Fri, 16 Jun 2017 16:54:55 +0200 Subject: [PATCH] TCK suite update. Summary: TCK suite update. Reviewers: mislav.bradac Reviewed By: mislav.bradac Differential Revision: https://phabricator.memgraph.io/D490 --- continuous_integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous_integration b/continuous_integration index 208f02262..f7d225127 100755 --- a/continuous_integration +++ b/continuous_integration @@ -20,7 +20,7 @@ log = logging.getLogger(__name__) # constants memgraph_suite = "memgraph_V1" -opencypher_suite = "openCypher_M05" +opencypher_suite = "openCypher_M06" results_folder = os.path.join("tck_engine", "results") memgraph_suffix = "memgraph-%s.json" % memgraph_suite opencypher_suffix = "memgraph-%s.json" % opencypher_suite