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 test run scripts. #3088

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Fix test run scripts. #3088

merged 1 commit into from
Oct 24, 2024

Conversation

orsenthil
Copy link
Member

@orsenthil orsenthil commented Oct 24, 2024

This change

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

introduced recently was mutating the SCRIPT_DIR (with cd), either had to be reverted or fixed.

@orsenthil orsenthil requested a review from a team as a code owner October 24, 2024 00:17
@orsenthil orsenthil mentioned this pull request Oct 24, 2024
@orsenthil orsenthil merged commit ed8e3f8 into master Oct 24, 2024
4 checks passed
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.

2 participants