-
Notifications
You must be signed in to change notification settings - Fork 301
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 macOS extended test (by using printf) #279
Conversation
To ensure #278 more, I needed to run extended test on macOS (both x64 and arm64) (https://github.com/cielavenir/isa-l/actions/runs/8130749368/job/22219331109 passed) |
can someone check this? |
There are three commits in this PR. Actually they can be merged into two commits. |
18b188e
to
92790f9
Compare
@liuqinfei rebased, though I'm not sure if I should rebase again after review, |
@cielavenir Looks ok, but could you change the name of the first commit to be more descriptive? Like "tools: replace echo -n with printf". I can do it for you if you like. |
Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
92790f9
to
6262b96
Compare
@pablodelara rebased |
Code is merged, thanks! |
Because macOS's bash does not accept
echo -n
when launched as /bin/sh