From 6a9a1634b03fc3706d91a6847408fd4c8aaae39d Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 2 Mar 2011 05:21:58 +0000 Subject: [PATCH] The syntax fix, it is wafer-thin; just one more! git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2191 9efc2488-bf62-4759-914b-345cdb29e865 --- examples/buildbot.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/buildbot.cfg b/examples/buildbot.cfg index 02355ed..8d6b14f 100644 --- a/examples/buildbot.cfg +++ b/examples/buildbot.cfg @@ -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( -- 2.43.2