From 923226e7ac5d931dc6b01f5ae1cee3beb24b2fee Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 7 Sep 2005 18:13:36 +0000 Subject: all tests now pass on solaris 10x86; i had to do some stupid hacking with base64 for it to work, and i am working getting a much better base class for all test classes git-svn-id: https://reductivelabs.com/svn/puppet/trunk@635 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/executables/tc_puppetmasterd.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/executables') diff --git a/test/executables/tc_puppetmasterd.rb b/test/executables/tc_puppetmasterd.rb index 7f79f3ee5..6d4a58b7b 100755 --- a/test/executables/tc_puppetmasterd.rb +++ b/test/executables/tc_puppetmasterd.rb @@ -61,6 +61,7 @@ class TestPuppetMasterD < Test::Unit::TestCase pid = nil %x{#{ps}}.chomp.split(/\n/).each { |line| if line =~ /ruby.+puppetmasterd/ + next if line =~ /tc_/ # skip the test script itself ary = line.split(" ") pid = ary[1].to_i end -- cgit