The logic should not be negative.

This commit is contained in:
Pedro Algarvio 2013-03-19 12:58:24 +00:00
parent d692a20d6b
commit 2c287803df

View file

@ -240,7 +240,7 @@ class InstallationTestCase(BootstrapTestCase):
rc, out, err = self.run_script(
args=args, timeout=15 * 60, stream_stds=True
)
if GRAINS['os'] not in ('Ubuntu', 'Trisquel'):
if GRAINS['os'] in ('Ubuntu', 'Trisquel'):
self.assert_script_result(
'Failed to install daily',
0, (rc, out, err)