From 5389ec894b0685992ffae9ef2d2cab40a8a63b65 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 07 Nov 2007 13:46:24 +0000
Subject: [PATCH] Show tests log directory in test report
---
opends/tests/functional-tests/testcases/runTestJob.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/runTestJob.xml b/opends/tests/functional-tests/testcases/runTestJob.xml
index ee37a26..1f8ad88 100644
--- a/opends/tests/functional-tests/testcases/runTestJob.xml
+++ b/opends/tests/functional-tests/testcases/runTestJob.xml
@@ -89,7 +89,7 @@
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/stafcmd.xml' % TESTS_FUNCTIONS_DIR" />
- <!--
+ <!-- FixMe
dirty workaround because utils.xml now depends on environment.xml
to avoid loading environment.xml I'll just set the required vars here
allegedly ugly
@@ -406,6 +406,9 @@
xmlfh.write(' <os-label>\n')
xmlfh.write(' %s\n' % ServerOsString)
xmlfh.write(' </os-label>\n')
+ xmlfh.write(' <tests-dir>\n')
+ xmlfh.write(' %s\n' % logsDir)
+ xmlfh.write(' </tests-dir>\n')
xmlfh.write(' </identification>\n')
xmlfh.write(' <results>\n')
</script>
--
Gitblit v1.10.0