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:
parent
948d01600e
commit
53e30a94aa
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue