FIX: script name in run-all-tests ()

This commit is contained in:
Leonardo Mosquera 2022-01-14 14:53:02 -03:00 committed by GitHub
parent 7c9b93a9cc
commit c26646bfd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
#!/usr/bin/env bash #!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$DIR/standard $DIR/standalone
$DIR/two-container $DIR/two-container
$DIR/update-old-templates $DIR/update-old-templates
if [ -f $DIR/../containers/app.yml ] || [ -f $DIR/../containers/web_only.yml ] if [ -f $DIR/../containers/app.yml ] || [ -f $DIR/../containers/web_only.yml ]
then then
echo Some test failed. Sad. echo Some test failed. Sad.
fi fi