Stream output and force a timeout

This commit is contained in:
Pedro Algarvio 2014-04-14 14:14:54 +01:00
parent dd33bf3a1f
commit 267fb30898

View file

@ -22,6 +22,8 @@ class LintTestCase(BootstrapTestCase):
0, 0,
self.run_script( self.run_script(
script=os.path.join(EXT_DIR, 'checkbashisms'), script=os.path.join(EXT_DIR, 'checkbashisms'),
args=('-pxfn', BOOTSTRAP_SCRIPT_PATH) args=('-pxfn', BOOTSTRAP_SCRIPT_PATH),
timeout=120,
stream_stds=True
) )
) )