refactor: renamed tests

This commit is contained in:
Rohit T P
2024-05-02 15:49:34 +00:00
parent dc8d6da4b9
commit 1bacb13caa
10 changed files with 8 additions and 20 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/bash
WORKING_DIR=$(dirname "$0")
if [ -z "$NOCO_HOME" ]; then
NOCO_HOME="${HOME}/.nocodb"
fi
@@ -15,7 +13,7 @@ cd "$WORKING_DIR" || exit
rm -rf "$NOCO_HOME"
if [ "$1" = "setup" ]; then
../../noco.sh <<< $'\n\nN\n'
../noco.sh <<< $'\n\nN\n'
cd "$NOCO_HOME" || exit
docker compose down