From 3be442b88774024ae5953d7d07b50d7adf506f6c Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 12 Jun 2007 17:27:25 +0000
Subject: [PATCH] temporarily keep copy of results.html in TMPDIR for Hudson
---
opendj-sdk/opends/tests/functional-tests/testcases/runTestJob.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/runTestJob.xml b/opendj-sdk/opends/tests/functional-tests/testcases/runTestJob.xml
index eb1df8a..f8e5403 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/runTestJob.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/runTestJob.xml
@@ -493,6 +493,12 @@
</if>
+ <!-- fixMe: Copy the html results file to TMPDIR for Hudson -->
+ <call function="'copyFile'">
+ { 'srcfile' : htmlfile,
+ 'destfile' : '%s/results.html' % (TMPDIR) }
+ </call>
+
</sequence>
</function>
--
Gitblit v1.10.0