From a97801e79ba87a0a0e24ad5c33a5d0290bcd9708 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 26 May 2008 10:45:26 +0000
Subject: [PATCH] add a global percentage result
---
opends/tests/system-tests/phases/main_run.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opends/tests/system-tests/phases/main_run.xml b/opends/tests/system-tests/phases/main_run.xml
index e04a49f..460e49c 100644
--- a/opends/tests/system-tests/phases/main_run.xml
+++ b/opends/tests/system-tests/phases/main_run.xml
@@ -425,6 +425,14 @@
}
</call>
+ <!-- ====== Write global result for system test run ============ -->
+ <script>
+ str = '<globalResult percentage="%s"/>\n' % \
+ PHASE_VERDICT.getPercentage()
+ LOG_MAIN_FD.write(str)
+ </script>
+
+
<!-- ============ POSTAMBLE ==================================== -->
<call function="'mainPostamble'">
{
--
Gitblit v1.10.0