-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix integrations test error with space in CURDIR path #14056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix integrations test error with space in CURDIR path #14056
Conversation
Thanks. Can you make it |
…ces into separate strings
a5515b6
to
1c84b65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be possible to make setting GITEA_ROOT unnecessary.
However this does what it says on the tin
@kdumontnu you're on a roll, thanks for another PR :) Could you press the "update branch" button on this page (right above where comment box is)? When contributing from a fork from an org Github doesn't provide permissions to maintainers to update that branch on our side. |
🚀 |
Closes #14055
Put all instances of
${CURDIR}
in makefile within quotes to allow running integration tests in a directory with space in the path.