Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 10, 2024
1 parent 7d0c02c commit fc6cb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
EXECUTED_LIST=''
for _shell in sh dash bash ksh zsh osh; do
if ! _shell="$(command -v "${_shell:?}")" || ! not_already_excuted "${_shell:?}"; then continue; fi
printf 'SHELL: %s - SCRIPT: "%s"\n\n' "${_shell:?}" "${1:?}"
printf '\nSHELL: %s - SCRIPT: %s\n\n' "${_shell:?}" "${1:?}"
"${_shell:?}" "${1:?}"
printf '\nRETURN CODE:%s\n' "${?}"
done
}
export ONLY_FOR_TESTING='true'
for _script in 'tools/bits-info.sh'; do
test_on_all_shells "${workspace_dir}/${_script}"
printf '\n---\n'
printf '---\n'
done
- name: "Test script on Oils (only under macOS-latest)"
if: "${{ matrix.os == 'macos-latest' }}"
Expand Down

0 comments on commit fc6cb9b

Please sign in to comment.