From: Leonardo Mosquera Date: Fri, 14 Jan 2022 17:53:02 +0000 (-0300) Subject: FIX: script name in run-all-tests (#595) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c26646bfd536765dbe9757ebc508111870e33d68;p=discourse_docker.git FIX: script name in run-all-tests (#595) --- diff --git a/tests/run-all-tests b/tests/run-all-tests index cdd3b0e..8d250f3 100755 --- a/tests/run-all-tests +++ b/tests/run-all-tests @@ -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