[Pkg-puppet-devel] [facter] 101/352: (fact-79) Specify the agent	name in the step
    Stig Sandbeck Mathisen 
    ssm at debian.org
       
    Sun Apr  6 22:21:35 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit fccc67a8b9ad61a8c9b44e745d2200da9500480e
Author: Kylo Ginsberg <kylo at puppetlabs.com>
Date:   Sat Dec 21 08:43:12 2013 -0800
    (fact-79) Specify the agent name in the step
---
 acceptance/tests/facter_json_output_validates.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acceptance/tests/facter_json_output_validates.rb b/acceptance/tests/facter_json_output_validates.rb
index 675e19c..b76c28b 100644
--- a/acceptance/tests/facter_json_output_validates.rb
+++ b/acceptance/tests/facter_json_output_validates.rb
@@ -4,7 +4,7 @@ require 'json-schema'
 test_name "Running facter --json should validate against the schema"
 
 agents.each do |agent|
-  step "Install json gem (needed on older platforms)"
+  step "Agent #{agent}: Install json gem (needed on older platforms)"
   win_cmd_prefix = 'cmd /c ' if agent['platform'] =~ /windows/
   on(agent, "#{win_cmd_prefix}gem install json")
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
    
    
More information about the Pkg-puppet-devel
mailing list