Skip to content

Android CICD: use posix style test#6982

Merged
sylvestre merged 1 commit intouutils:mainfrom
jtracey:patch-8
Dec 20, 2024
Merged

Android CICD: use posix style test#6982
sylvestre merged 1 commit intouutils:mainfrom
jtracey:patch-8

Conversation

@jtracey
Copy link
Copy Markdown
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.

@github-actions
Copy link
Copy Markdown

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
@sylvestre
Copy link
Copy Markdown
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