[Opensrf-commits] r2191 - trunk/examples (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 2 00:22:01 EST 2011
Author: dbs
Date: 2011-03-02 00:21:58 -0500 (Wed, 02 Mar 2011)
New Revision: 2191
Modified:
trunk/examples/buildbot.cfg
Log:
The syntax fix, it is wafer-thin; just one more!
Modified: trunk/examples/buildbot.cfg
===================================================================
--- trunk/examples/buildbot.cfg 2011-03-02 05:14:58 UTC (rev 2190)
+++ trunk/examples/buildbot.cfg 2011-03-02 05:21:58 UTC (rev 2191)
@@ -193,10 +193,10 @@
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(
More information about the opensrf-commits
mailing list