Index: scripts/cc-project.xml =================================================================== --- scripts/cc-project.xml (revision 540053) +++ scripts/cc-project.xml (working copy) @@ -36,8 +36,9 @@ - + + Index: scripts/framework.properties =================================================================== --- scripts/framework.properties (revision 540053) +++ scripts/framework.properties (working copy) @@ -19,6 +19,8 @@ cc.project.template=${scripts.dir}/templates/cc-project-template.xml cc.log.dir=${cc.work.dir}/logs cc.project.execution.timeout=5000000 +cc.execution.status.file=${cc.work.dir}/execution.status +cc.execution.status.file.header=\ Autogenerated file used for Test Suites execution status checking. local.configuration.file=${root.dir}/framework.local.properties local.configuration.template.file=${scripts.dir}/local.properties.template Index: scripts/framework.xml =================================================================== --- scripts/framework.xml (revision 540053) +++ scripts/framework.xml (working copy) @@ -434,17 +434,11 @@ =========================================== Setup of '@{suite}' Test Suite.. - - - - - - - - - - - + @@ -486,17 +480,11 @@ - - - - - - - - - - - + @@ -798,6 +786,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -899,7 +956,7 @@ - [${ant.project.name}]: @{message} + [${ant.project.name}]: @{message} Index: scripts/cc-exec-adaptor.xml =================================================================== --- scripts/cc-exec-adaptor.xml (revision 540053) +++ scripts/cc-exec-adaptor.xml (working copy) @@ -24,20 +24,78 @@ + + + + + + + - - + + + + + + + + + + + + + +Test Suite '${suite.name}' was not executed (SKIPPED) +as the following preceding suites on which '${suite.name}' depends upon +failed to run or have been skipped: + ${failed.superiors} + + + + + + + + + + + + +Test Suite '${suite.name}' Execution FAILED with the following exception: +${exception} + + + + + + + + + + if="framework.parameters.usemail" + unless="${suite.name}.parameters.run.skipped"> + if="framework.parameters.usemail" + unless="${suite.name}.parameters.run.skipped">