Skip to content

Commit

Permalink
Log tool versions in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jun 13, 2024
1 parent aa230f9 commit 9691561
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 9691561

Please sign in to comment.