Skip to content
Snippets Groups Projects
Commit e950ffc9 authored by earplov's avatar earplov
Browse files

Fix Titan Executor API test readme


Signed-off-by: default avatarearplov <arpad.lovassy@ericsson.com>
parent 71241f2b
No related branches found
No related tags found
1 merge request!7Fix Titan Executor API test readme
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
build.xml is generated. build.xml is generated.
The generated build.xml is modified manually: 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> failureproperty="test.failed" added to <junit fork="yes" printsummary="withOutAndErr" HERE>
<fail if="test.failed" message="TITAN_Executor_API_test FAILED"/> added after </junit> <fail if="test.failed" message="TITAN_Executor_API_test FAILED"/> added after </junit>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment