Skip to content
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

[DEVEL] setup-testdb invalid function syntax, mktemp: too few X's in … #16181

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

petermetz
Copy link

…template

Address the 3 problems with the setup_testdb.sh script on Linux

  1. Invalid function declaration syntax
  2. Invalid template syntax for mktemp (missing X characters)
  3. Usage of bash-only commands in a script that wants to run in sh (pushd)

Fixes #16179

Requires

No dependencies on other pull requests AFAIK.

Supports

Not that I know of.

…template

Address the 3 problems with the setup_testdb.sh script on Linux
1. Invalid function declaration syntax
2. Invalid template syntax for mktemp (missing X characters)
3. Usage of `bash`-only commands in a script that wants to run in `sh` (pushd)

Fixes smartcontractkit#16179

Signed-off-by: Peter Somogyvari <[email protected]>
@petermetz petermetz requested review from a team as code owners January 31, 2025 22:24
@petermetz petermetz requested a review from jmank88 January 31, 2025 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DEVEL] setup-testdb invalid function syntax, mktemp: too few X's in template
1 participant