Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
-8 is now the default for test-masters.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris AtLee committed May 19, 2011
1 parent 15be480 commit 0948660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/preproduction_factory.py
Expand Up @@ -110,7 +110,7 @@ def setup_virtualenv(self, workdir='%(topdir)s/sandbox'):
def test_masters(self): def test_masters(self):
self.addStep(ShellCommand( self.addStep(ShellCommand(
name='test_masters', name='test_masters',
command=['./test-masters.sh', '-8'], command=['./test-masters.sh'],
env={'PATH': env={'PATH':
WithProperties('%(topdir)s/sandbox/bin:/bin:/usr/bin'), WithProperties('%(topdir)s/sandbox/bin:/bin:/usr/bin'),
'PYTHONPATH': 'PYTHONPATH':
Expand Down

0 comments on commit 0948660

Please sign in to comment.