projects
/
opensrf
/
bjwebb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d570613
)
The syntax fix, it is wafer-thin; just one more!
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 2 Mar 2011 05:21:58 +0000
(
05:21
+0000)
committer
dbs
<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
patch
|
blob
|
history
diff --git
a/examples/buildbot.cfg
b/examples/buildbot.cfg
index
02355ed
..
8d6b14f
100644
(file)
--- 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
f
alse
+ return
F
alse
elif (step.build.getProperty('branch') == 'branches/rel_2_0'):
- return
f
alse
- return
t
rue
+ return
F
alse
+ return
T
rue
# run the Perl unit tests
eg_factory.addStep(PerlModuleTestMFHDMadness(