summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 865359146..3648b6bd5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -386,8 +386,8 @@ task :hosttest do
if $? != 0
file = File.join("/tmp", "%stest.out" % host)
File.open(file, "w") { |of| of.print out }
- puts "%s failed; output is in %s" % [host, file]
puts out
+ puts "%s failed; output is in %s" % [host, file]
end
#sh %{ssh #{host} 'cd #{cwd}/test; sudo ./test' 2>&1}
}