fix: tests

This commit is contained in:
DarkPhoenix2704
2024-11-19 17:37:27 +05:30
parent 039cb5a32b
commit 9eca2addc7
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
export TERM=${TERM:-xterm-256color}
if [ -z "$NOCO_HOME" ]; then
NOCO_HOME="./nocodb"
fi

View File

@@ -7,7 +7,7 @@ export NOCO_HOME
setup() {
cd "${WORKING_DIR}/configure" || exit 1
./setup.sh "setup"
TERM=xterm-256color ./setup.sh "setup"
}
teardown() {