summaryrefslogtreecommitdiff
path: root/nightly
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2010-04-19 17:53:42 +0200
committerMartin Gütlein <martin.guetlein@gmail.com>2010-04-19 17:53:42 +0200
commit33a335838be5be202b9605d14f750bd26f4a93a6 (patch)
tree0f75fc5e997be8c141f162a7a47a1d61d709d584 /nightly
parent42e4bc9099d92b1fd0df6b6a979fbf4e1c662982 (diff)
modified report text
Diffstat (limited to 'nightly')
-rw-r--r--nightly/nightly.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/nightly/nightly.rb b/nightly/nightly.rb
index f28f3de..1826644 100644
--- a/nightly/nightly.rb
+++ b/nightly/nightly.rb
@@ -42,7 +42,8 @@ class Nightly
section_about = report.add_section(report.get_root_element, "About this report")
report.add_paragraph(section_about,
"This a opentox internal test report. Its purpose is to maintain interoperability between the OT validation web service "+
- "and other OT web services. Please email to guetlein@informatik.uni-freiburg.de if you wish your service/test case to be added.")
+ "and other OT web services. If you have any comments, remarks, or wish your service/test-case to be added, please email "+
+ "to guetlein@informatik.uni-freiburg.de or use the issue tracker at http://opentox.informatik.uni-freiburg.de/simple_ot_stylesheet.css")
benchmarks.each do |b|
section = report.add_section(report.get_root_element, b.title)