From c26646bfd536765dbe9757ebc508111870e33d68 Mon Sep 17 00:00:00 2001
From: Leonardo Mosquera <ldmosquera@gmail.com>
Date: Fri, 14 Jan 2022 14:53:02 -0300
Subject: [PATCH] FIX: script name in run-all-tests (#595)

---
 tests/run-all-tests | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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