diff --git a/draft/library/server/request/rest/tests/sample.ecf b/draft/library/server/request/rest/tests/sample.ecf
index 006bc5e4..f9640b61 100644
--- a/draft/library/server/request/rest/tests/sample.ecf
+++ b/draft/library/server/request/rest/tests/sample.ecf
@@ -12,13 +12,13 @@
-
-
+
+
-
+
/gateway$
@@ -29,7 +29,7 @@
-
+
/gateway$
@@ -41,8 +41,8 @@
-
-
+
+
diff --git a/tests/run_CI_tests.py b/tests/run_CI_tests.py
index 986d10a6..83f66555 100644
--- a/tests/run_CI_tests.py
+++ b/tests/run_CI_tests.py
@@ -97,12 +97,13 @@ def runTestForProject(where):
cmd = "compile_all -ecb -melt -eifgen %s -ignore %s " % (os.path.join ("tests", "temp"), os.path.join ("tests", "compile_all.ini"))
if keep_all:
res_output = eval_cmd_output("compile_all -l NoWhereJustToTestUsage -keep", True)
- if res_output.find("Unreconized switch '-keep'") == -1:
+ if res_output.find("switch '-keep'") == -1:
cmd = "%s -keep passed" % (cmd) # forget about failed one .. we'll try again next time
-
if clobber:
cmd = "%s -clean" % (cmd)
+ print "command: %s" % (cmd)
res_output = eval_cmd_output(cmd)
+ print "# check compile_all tests"
print "# Analyze check_compilations results"
lines = re.split ("\n", res_output)