mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Stream output and force a timeout
This commit is contained in:
parent
dd33bf3a1f
commit
267fb30898
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ class LintTestCase(BootstrapTestCase):
|
|||
0,
|
||||
self.run_script(
|
||||
script=os.path.join(EXT_DIR, 'checkbashisms'),
|
||||
args=('-pxfn', BOOTSTRAP_SCRIPT_PATH)
|
||||
args=('-pxfn', BOOTSTRAP_SCRIPT_PATH),
|
||||
timeout=120,
|
||||
stream_stds=True
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue