diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-01-18 13:36:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-18 13:36:37 +0100 |
| commit | edfbf9448199d15f81eef1f011a4908665236ef7 (patch) | |
| tree | 2949b0f449b1a525e1df3eebd102d70985a09f2d /manage | |
| parent | b972df255a76e043522c9e4f44cbbcaa6b34df41 (diff) | |
| parent | f910c0b3eec61eaa370afe283af6c64c6ba6004d (diff) | |
Merge pull request #782 from return42/fix-sh-issues
[fix] issues reported by and fix documentation of test.shell
Diffstat (limited to 'manage')
| -rwxr-xr-x | manage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -713,7 +713,7 @@ test.robot() { } test.rst() { - build_msg TEST "[reST markup] ${RST_FILES[@]}" + build_msg TEST "[reST markup] ${RST_FILES[*]}" for rst in "${RST_FILES[@]}"; do pyenv.cmd rst2html.py --halt error "$rst" > /dev/null || die 42 "fix issue in $rst" done |