Add podman to launch test (#4882)

Users can set the DOCKER environnement variable to select Docker or
Podman to run the tests.

Co-authored-by: L'HOSPITAL Logan <lhospitallogan@gmail.com>
This commit is contained in:
Logan
2024-12-29 05:42:04 +01:00
committed by GitHub
parent d69f8fed73
commit c9df465148
4 changed files with 29 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ echo 'Vint warnings/errors follow:'
echo
set -o pipefail
docker run -a stdout "${docker_flags[@]}" vint -s . || exit_code=$?
"$DOCKER" run -a stdout "${docker_flags[@]}" vint -s . || exit_code=$?
set +o pipefail
echo