mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-21 22:52:13 +08:00
Merge pull request #2973 from jandubois/bats-stderr
Add new bats variables stderr and stderr_lines
This commit is contained in:
@@ -535,7 +535,9 @@ getModifiedVariables t =
|
||||
T_BatsTest {} -> [
|
||||
(t, t, "lines", DataArray SourceExternal),
|
||||
(t, t, "status", DataString SourceInteger),
|
||||
(t, t, "output", DataString SourceExternal)
|
||||
(t, t, "output", DataString SourceExternal),
|
||||
(t, t, "stderr", DataString SourceExternal),
|
||||
(t, t, "stderr_lines", DataArray SourceExternal)
|
||||
]
|
||||
|
||||
-- Count [[ -v foo ]] as an "assignment".
|
||||
|
Reference in New Issue
Block a user