From 6fe01cedeb2fe00df62bf63d7f7375d18d0663ca Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 15 Feb 2006 21:04:14 +0000 Subject: Tracked down a few other bugs; everything now passes on debian in preparation for 0.13.2 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@914 980ebf18-57e1-0310-9a29-db15c13687c0 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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} } -- cgit