From e950ffc944419bb1138a63781d23ae03073f123e Mon Sep 17 00:00:00 2001 From: earplov <arpad.lovassy@ericsson.com> Date: Mon, 21 Mar 2016 15:37:32 +0100 Subject: [PATCH] Fix Titan Executor API test readme Signed-off-by: earplov <arpad.lovassy@ericsson.com> --- titan_executor_api/TITAN_Executor_API_test/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titan_executor_api/TITAN_Executor_API_test/readme.txt b/titan_executor_api/TITAN_Executor_API_test/readme.txt index 2ef8cddd9..1d5b1be16 100644 --- a/titan_executor_api/TITAN_Executor_API_test/readme.txt +++ b/titan_executor_api/TITAN_Executor_API_test/readme.txt @@ -10,7 +10,7 @@ build.xml is generated. The generated build.xml is modified manually: - target TITAN_Executor_API_test is modified to fail in ant level if any testcase fails to make Jenkins show the failures + target TITAN_Executor_API_test is modified to fail in ant level if any testcase fails, to make Jenkins show the failures failureproperty="test.failed" added to <junit fork="yes" printsummary="withOutAndErr" HERE> <fail if="test.failed" message="TITAN_Executor_API_test FAILED"/> added after </junit> -- GitLab