Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
cd47ecd91f
|
|||
|
769ff4f50c
|
@@ -151,4 +151,4 @@ if [ -f ${GITEA_APP_INI} ]; then
|
||||
unset GITEA__SERVER__LFS_JWT_SECRET
|
||||
fi
|
||||
|
||||
environment-to-ini -o $GITEA_APP_INI
|
||||
environment-to-ini --config $GITEA_APP_INI --in-place
|
||||
|
||||
@@ -29,7 +29,7 @@ function teardown() {
|
||||
function expect_environment_to_ini_call() {
|
||||
export ENV_TO_INI_EXPECTED=1
|
||||
stub environment-to-ini \
|
||||
"-o $GITEA_APP_INI : echo 'Stubbed environment-to-ini was called!'"
|
||||
"--config $GITEA_APP_INI --in-place : echo 'Stubbed environment-to-ini was called!'"
|
||||
}
|
||||
|
||||
function execute_test_script() {
|
||||
|
||||
Reference in New Issue
Block a user