diff --git a/titan_executor_api/TITAN_Executor_API_test/readme.txt b/titan_executor_api/TITAN_Executor_API_test/readme.txt index 2ef8cddd961cdc3816012e4aabaf304ddfaa3a9f..1d5b1be1623fbb829434604ae299f5369b69611f 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>