Fixed typo in restbuck name.

This commit is contained in:
2016-10-12 11:21:42 +02:00
parent ef704790a8
commit 9e92b8c0fa

View File

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