test: fix: migrator: multifile test

This commit is contained in:
2025-11-17 01:57:32 +00:00
parent 00f05cc3db
commit 5b1f05589d
6 changed files with 153 additions and 53 deletions

View File

@@ -62,7 +62,10 @@ export DATABASE_URL
log info "run test ${WHITE}${test_name}${NC}"
# run test
. "${test}/run.sh"
mkdir './test'
cp -r "$test"/* './test/'
cd './test'
. './run.sh'
HECTIC_NAMESPACE=test-laucher