mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:16:27 +00:00
fix: tests
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export TERM=${TERM:-xterm-256color}
|
||||||
|
|
||||||
if [ -z "$NOCO_HOME" ]; then
|
if [ -z "$NOCO_HOME" ]; then
|
||||||
NOCO_HOME="./nocodb"
|
NOCO_HOME="./nocodb"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export NOCO_HOME
|
|||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
cd "${WORKING_DIR}/configure" || exit 1
|
cd "${WORKING_DIR}/configure" || exit 1
|
||||||
./setup.sh "setup"
|
TERM=xterm-256color ./setup.sh "setup"
|
||||||
}
|
}
|
||||||
|
|
||||||
teardown() {
|
teardown() {
|
||||||
|
|||||||
Reference in New Issue
Block a user