From 9e92b8c0fa3f05a6657fecb0896bbb816909ecb6 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 12 Oct 2016 11:21:42 +0200 Subject: [PATCH] Fixed typo in restbuck name. --- tests/run_CI_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_CI_tests.py b/tests/run_CI_tests.py index 905cce7a..363b6dd1 100644 --- a/tests/run_CI_tests.py +++ b/tests/run_CI_tests.py @@ -85,7 +85,7 @@ def runTestForProject(where): # compile the restbucks print "# Compiling restbucks example" - cmd = "ecb -config %s -target restbucks -batch -c_compile -project_path . " % (os.path.join ("examples", "restbucks", "restbucks-safe.ecf")) + cmd = "ecb -config %s -target restbucks -batch -c_compile -project_path . " % (os.path.join ("examples", "restbucksCRUD", "restbucks-safe.ecf")) res = eval_cmd(cmd) sleep(1)