We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fdaa050
[x]
When I run integration tests with the following:
TEST_PGSQL_HOST=127.0.0.1:5432 TEST_PGSQL_DBNAME=gitea_test TEST_PGSQL_USERNAME=gitea TEST_PGSQL_PASSWORD=gitea TEST_PGSQL_SCHEMA='' make test-pgsql#Download
I get an error from make: /usr/bin/sh: -: command not found.
/usr/bin/sh: -: command not found
Root cause is the space in my base path which isn't handled by make ${CURDIR}.
${CURDIR}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
fdaa050
[x]
):Description
When I run integration tests with the following:
TEST_PGSQL_HOST=127.0.0.1:5432 TEST_PGSQL_DBNAME=gitea_test TEST_PGSQL_USERNAME=gitea TEST_PGSQL_PASSWORD=gitea TEST_PGSQL_SCHEMA='' make test-pgsql#Download
I get an error from make:
/usr/bin/sh: -: command not found
.Root cause is the space in my base path which isn't handled by make
${CURDIR}
.The text was updated successfully, but these errors were encountered: