From 04501976f898f886b81a67bdf0dabae1ba11571f Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Fri, 18 Feb 2011 16:01:00 -0800 Subject: (#6126) Puppet inspect now reports status after run completes. We now emit timing and output a status message at the end of a successful inspect run. Paired-With: Nick Lewis Signed-Off-By: Daniel Pittman --- spec/unit/application/inspect_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 spec/unit/application/inspect_spec.rb (limited to 'spec/unit') diff --git a/spec/unit/application/inspect_spec.rb b/spec/unit/application/inspect_spec.rb old mode 100644 new mode 100755 index 1d99c6ca9..d334a87ee --- a/spec/unit/application/inspect_spec.rb +++ b/spec/unit/application/inspect_spec.rb @@ -174,7 +174,7 @@ describe Puppet::Application::Inspect do @inspect.run_command - @report.logs.count.should == 1 + @report.logs.first.should_not == nil @report.logs.first.message.should =~ /Could not back up/ end end -- cgit