1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

fix generated urls in integration tests

This commit is contained in:
Robin Appelman 2026-04-15 23:28:11 +02:00
commit 53e30a94aa

View file

@ -13,6 +13,10 @@ def main [feature: path, ...rest] {
$feature = $feature | str replace "build/integration/" "" $feature = $feature | str replace "build/integration/" ""
} }
# don't use the proxy urls for generated urls
occ config:system:delete overwritehost
occ config:system:delete overwriteprotocol
cd $workdir cd $workdir
bash run.sh $feature ...$rest bash run.sh $feature ...$rest
} }