show combined output of bash tool progressively
This commit is contained in:
parent
457386ad08
commit
061ba65d20
4 changed files with 44 additions and 17 deletions
|
|
@ -27,7 +27,7 @@ describe("tool.bash", () => {
|
|||
ctx,
|
||||
)
|
||||
expect(result.metadata.exit).toBe(0)
|
||||
expect(result.metadata.stdout).toContain("test")
|
||||
expect(result.metadata.output).toContain("test")
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue