From fc990e6dae8af7cfdf7d12b4e1d9ccd3b557418a Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 19 Mar 2012 18:57:31 +0100 Subject: libraptor1-dev dependency added --- lib/task.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/task.rb') diff --git a/lib/task.rb b/lib/task.rb index 7452012..f19a918 100644 --- a/lib/task.rb +++ b/lib/task.rb @@ -15,6 +15,7 @@ module OpenTox result_uri = yield task.completed result_uri rescue + puts $!.report.to_yaml RestClientWrapper.put(File.join(task.uri,'Error'),{:errorReport => $!.report.to_yaml}) if $!.respond_to? :report task.kill end -- cgit v1.2.3