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

Fix the exit code check in native test scripts #1363

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

timyates
Copy link
Contributor

We had it double escaped, which meant we ended up with EXIT_STATUS=\$?

This doesn't work in bash, it needs to be EXIT_STATUS=$?

We had it double escaped, which meant we ended up with `EXIT_STATUS=\$?`

This doesn't work in bash, it needs to be `EXIT_STATUS=$?`
@timyates timyates added the bug Something isn't working label Oct 13, 2023
@timyates timyates requested a review from sdelamo October 13, 2023 15:46
@timyates timyates self-assigned this Oct 13, 2023
@sdelamo sdelamo merged commit ce012c4 into master Oct 13, 2023
1 check passed
@sdelamo sdelamo deleted the fix-native-scripts branch October 13, 2023 19:54
AndreaLaGrotteria pushed a commit to AndreaLaGrotteria/micronaut-guides that referenced this pull request Oct 3, 2024
We had it double escaped, which meant we ended up with `EXIT_STATUS=\$?`

This doesn't work in bash, it needs to be `EXIT_STATUS=$?`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants