]> _ Git - alire.git/commit
feat: proper `alr printenv` output even when sync needed (#1868)
authorAlejandro R Mosteo <amosteo@unizar.es>
Thu, 27 Feb 2025 12:02:56 +0000 (13:02 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 12:02:56 +0000 (13:02 +0100)
commiteb56534d703b3e331068a4cdfc04380021b49128
tree7b5a23f31f529f37b892e4e9af7904cdce971f4a
parent32e217a450115c47740c18bdef998c9ac16fc1c2
feat: proper `alr printenv` output even when sync needed (#1868)

* feat: enable silent running for `alr printenv`

* New test

* Fix collateral damage

* Silently skip if already debugging

* Simplify test
src/alire/alire-utils-user_input.adb
src/alire/alire-utils-user_input.ads
src/alr/alr-commands-printenv.adb
testsuite/tests/misc/sync-manual-edit-indirect/test.py
testsuite/tests/printenv/always-quiet/test.py [new file with mode: 0644]
testsuite/tests/printenv/always-quiet/test.yaml [new file with mode: 0644]
testsuite/tests/toolchain/missing-tool-redeploy/test.py