Current Behavior
A common pattern to check some Infix behavior, using the test system, is:
git pull
./utils/gh-dl-artifact.sh
cd x-gh-dl-*
make test-sh
This no longer works if the chosen artifact happens to be a -latest image.
Expected Behavior
make test{,-sh} should be able to handle this case, somehow.
Steps To Reproduce
No response
Additional information
No response