The syntax fix, it is wafer-thin; just one more!
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 2 Mar 2011 05:21:58 +0000 (05:21 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 2 Mar 2011 05:21:58 +0000 (05:21 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2191 9efc2488-bf62-4759-914b-345cdb29e865

examples/buildbot.cfg

index 02355ed..8d6b14f 100644 (file)
@@ -193,10 +193,10 @@ class PerlModuleTestMFHDMadness(shell.PerlModuleTest):
 
 def has_perl_unit_tests(step):
     if (step.build.getProperty('branch') == 'branches/rel_1_6'):
-        return false
+        return False
     elif (step.build.getProperty('branch') == 'branches/rel_2_0'):
-        return false
-    return true
+        return False
+    return True
 
 # run the Perl unit tests
 eg_factory.addStep(PerlModuleTestMFHDMadness(