test: fix: migrator: multifile test

This commit is contained in:
2025-11-17 01:57:32 +00:00
parent 7211b7b590
commit 1c8e233109
6 changed files with 153 additions and 53 deletions
+4 -1
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