Log tool versions in e2e

This commit is contained in:
Tim Hockin 2024-06-13 09:24:58 -07:00
parent aa230f92f8
commit 6ef292034e
1 changed files with 8 additions and 0 deletions

View File

@ -3541,6 +3541,14 @@ if [[ -n "${VERBOSE:-}" ]]; then
fi
echo
# Log some info
if [[ -n "${VERBOSE:-}" ]]; then
git version
echo
docker version
echo
fi
# Iterate over the chosen tests and run them.
for t; do
TEST_FN="e2e::${t}"