Fix explicit stable install.

This commit is contained in:
Pedro Algarvio 2013-02-06 20:42:15 +00:00
parent 36373b57d9
commit 3054b03af3

View file

@ -82,7 +82,7 @@ class InstallationTestCase(BootstrapTestCase):
'Failed to install explicit stable using sh',
0,
self.run_script(
args=('stable'),
args=('stable',),
timeout=15 * 60,
stream_stds=True
)