test
Some checks failed
/ arch (push) Successful in 2m47s
/ alpine (push) Successful in 1m48s
/ fedora (push) Successful in 12m27s
/ opensuse (push) Successful in 3m40s
/ alma (push) Successful in 12m13s
/ rocky (push) Successful in 13m41s
/ ubuntu (push) Successful in 5m38s
/ debian (push) Failing after 3m37s

This commit is contained in:
Marc Beninca 2024-08-30 23:50:38 +02:00
parent 278020cd6a
commit dfa9fc1a7a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1385,7 +1385,15 @@ ${SPCD_PYTHON_ALIAS} / ${spcd_stp__name}"
# │ main │
# ╰──────╯
spcd_test_local() {
local local_variable="KO!"
non_local_variable="OK"
}
spcd_main() {
spcd_test_local
echo "local_variable = \"${local_variable}\""
echo "non_local_variable = \"${non_local_variable}\""
# environment
spcd_txt_locale
#