python3Packages.pytestCheckHook: format with shfmt

This commit is contained in:
Yueh-Shun Li
2025-05-04 01:36:44 +08:00
parent 63dea02c93
commit 842f12f8ff
@@ -38,7 +38,8 @@ function pytestCheckPhase() {
else
# The `|| kill "$$"` trick propagates the errors from the process substitutiton subshell,
# which is suggested by a StackOverflow answer: https://unix.stackexchange.com/a/217643
readarray -t -O"${#flagsArray[@]}" flagsArray < <(@pythonCheckInterpreter@ - "$path" <<EOF || kill "$$"
readarray -t -O"${#flagsArray[@]}" flagsArray < <(
@pythonCheckInterpreter@ - "$path" <<EOF || kill "$$"
import glob
import sys
path_glob=sys.argv[1]