FIX: script name in run-all-tests (#595)
This commit is contained in:
parent
7c9b93a9cc
commit
c26646bfd5
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
$DIR/standard
|
||||
$DIR/standalone
|
||||
$DIR/two-container
|
||||
$DIR/update-old-templates
|
||||
|
||||
if [ -f $DIR/../containers/app.yml ] || [ -f $DIR/../containers/web_only.yml ]
|
||||
then
|
||||
echo Some test failed. Sad.
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue