Merge branch 'develop' into 8333-ops-auto-upstall-script-enhancements

This commit is contained in:
Rohit T P
2024-05-07 09:28:29 +00:00
230 changed files with 9381 additions and 4020 deletions

View File

@@ -6,13 +6,17 @@ export NOCO_HOME
setup() {
cd "${WORKING_DIR}/install" || exit 1
./setup.sh
cd "${WORKING_DIR}/install" || exit 1
./setup.sh
}
teardown() {
cd "${WORKING_DIR}/install" || exit 1
./setup.sh
if [ -n "$SKIP_TEARDOWN" ]; then
return
fi
cd "${WORKING_DIR}/install" || exit 1
./setup.sh
}
@test "Check installation with all default options" {