You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly quote env vars in single quoted string in bash
single quotes don't allow env vars. So we unquote the single quote, start a double quote for where we use env vars and then unquote the double quote and continue with the single quote.
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Update rust toolchain to 2023-10-16 and update failing test.
The coverage test was failing because the logic was being pruned by
rustup.
Resolvesrust-lang#2817
getopts needs some further work to make single-character arguments work, apparently.
The text was updated successfully, but these errors were encountered: