]> git.ipfire.org Git - thirdparty/systemd.git/commit
tests: avoid apt-get asking for user input
authorMatteo Croce <teknoraver@meta.com>
Tue, 15 Jul 2025 15:32:00 +0000 (17:32 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 16 Jul 2025 01:05:41 +0000 (02:05 +0100)
commit2e354ac7da7018fc8df355c4f362ee2ff7765f2a
treeb3843cf06f8112c46ac41e9dbbc43df0eb0b4c2f
parent1a324fb05cc10fabb3f6ba98d4f515797e573811
tests: avoid apt-get asking for user input

apt needs to be called with `-y` to avoid asking for user input,
and thus blocking the script execution when ran non-interactively.
test/integration-test-setup.sh