FIX: script name in run-all-tests (#595)
authorLeonardo Mosquera <ldmosquera@gmail.com>
Fri, 14 Jan 2022 17:53:02 +0000 (14:53 -0300)
committerGitHub <noreply@github.com>
Fri, 14 Jan 2022 17:53:02 +0000 (14:53 -0300)
tests/run-all-tests

index cdd3b0ef81903301d65c88359c06f3881fb3cd7c..8d250f3f6b16d714ac63719ecdeac071305d3745 100755 (executable)
@@ -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
\ No newline at end of file
+fi