projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9b93a
)
FIX: script name in run-all-tests (#595)
author
Leonardo Mosquera
<ldmosquera@gmail.com>
Fri, 14 Jan 2022 17:53:02 +0000
(14:53 -0300)
committer
GitHub
<noreply@github.com>
Fri, 14 Jan 2022 17:53:02 +0000
(14:53 -0300)
tests/run-all-tests
patch
|
blob
|
blame
|
history
diff --git
a/tests/run-all-tests
b/tests/run-all-tests
index cdd3b0ef81903301d65c88359c06f3881fb3cd7c..8d250f3f6b16d714ac63719ecdeac071305d3745 100755
(executable)
--- 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/standa
rd
+$DIR/standa
lone
$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