Skip to content

Android CICD: use posix style test #6982

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

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Android CICD: use posix style test #6982

merged 1 commit into from
Dec 20, 2024

Conversation

jtracey
Copy link
Contributor

@jtracey jtracey commented Dec 20, 2024

It looks like the runner must have switched from bash to some other shell (likely dash). This caching step is failing on recent runs (without failing the whole run, because of the ; exit 0). This commit just switches from bash's fancy [[ to the more standard [ shell test, which is good enough for the existing one-liner.

Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre merged commit 37492b4 into uutils:main Dec 20, 2024
62 checks passed
@sylvestre
Copy link
Contributor

thanks!

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