label container in cli test

This commit is contained in:
Frederik Ring
2021-07-11 20:21:17 +02:00
parent da75d232f4
commit 5fd6f66324
5 changed files with 8 additions and 5 deletions

View File

@@ -2,13 +2,15 @@
set -e
TEST_VERSION=${1:-canary}
for dir in $(ls -d -- */); do
test="${dir}run.sh"
echo "################################################"
echo "Now running $test"
echo "################################################"
echo ""
/bin/sh $test
TEST_VERSION=$TEST_VERSION /bin/sh $test
echo ""
echo "$test passed"
echo ""