From b1c9df100c75f0e32dae414faa95f5a1fa6d04ca Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 30 Jun 2008 16:31:03 +0000
Subject: [PATCH] QA: System Test: display relative path for outfile in report (instead of absolute path)
---
opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml b/opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml
index e052cf2..8952648 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml
@@ -721,6 +721,7 @@
logFileDetailsRelativePath = logFileDetails.replace(LOG_DIR,'.')
fileFdDetails = open(logFileDetails,'w')
outFile = '%s/%s.txt' % (client.getLogDir(),logFileDetailsName)
+ outFileRelativePath = outFile.replace(LOG_DIR,'.')
</script>
<message>
' Start run for %s (id=%s) running on %s' % \
@@ -753,7 +754,7 @@
<call function="'writeMessage'">
{
'content' : 'Client outPuts',
- 'xlink' : outFile,
+ 'xlink' : outFileRelativePath,
'fileFd' : fileFd
}
</call>
--
Gitblit v1.10.0