summaryrefslogtreecommitdiff
path: root/example.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-10-11 14:38:13 +0200
committermguetlein <martin.guetlein@gmail.com>2010-10-11 14:38:13 +0200
commita6d79dffc5f65300f06f3a33451ef26d0fb96f08 (patch)
tree163d3f52463cf436108a899ad5c58bef523ace55 /example.rb
parent8c1f54612806bf09d9a97ac0c97c0c1ab57aefb0 (diff)
example fix, format-reports as task, report-format-simplified, validation resource with */*
Diffstat (limited to 'example.rb')
-rw-r--r--example.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.rb b/example.rb
index 274b4ba..eb997c2 100644
--- a/example.rb
+++ b/example.rb
@@ -146,6 +146,7 @@ class Example
result += line if result.size<50
end
end
+ result.chomp!
result.gsub!(/\n/, " \\n ")
if ($?==0)
if OpenTox::Utils.task_uri?(result)