mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:56:42 +00:00
fix:debug test
This commit is contained in:
@@ -7,6 +7,9 @@ export NOCO_HOME
|
||||
|
||||
setup() {
|
||||
cd "${WORKING_DIR}/configure" || exit 1
|
||||
|
||||
ls
|
||||
cat setup.sh
|
||||
./setup.sh setup
|
||||
}
|
||||
|
||||
@@ -22,6 +25,8 @@ teardown() {
|
||||
@test "Check all containers are down" {
|
||||
../expects/configure/stop.sh
|
||||
|
||||
ls
|
||||
|
||||
cd "${NOCO_HOME}" || exit 1
|
||||
|
||||
# Verify container is not running
|
||||
|
||||
Reference in New Issue
Block a user