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

chroot: fix unused import on Android #4571

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

miles170
Copy link
Contributor

See https:/uutils/coreutils/actions/runs/4486101640/jobs/7888344087

warning: unused import: `is_ci`
 --> tests/by-util/test_chroot.rs:3:27
  |
3 | use crate::common::util::{is_ci, run_ucmd_as_root, TestScenario};
  |                           ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: `coreutils` (test "tests") generated 1 warning
    Finished test [unoptimized + debuginfo] target(s) in 5m 12s
     Running unittests src/bin/coreutils.rs (target/debug/deps/coreutils-c1c95fca0b7a1e35)

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/tail-2/inotify-dir-recreate is no longer failing!

@cakebaker cakebaker merged commit b062f47 into uutils:main Mar 22, 2023
@cakebaker
Copy link
Contributor

Thanks!

@miles170 miles170 deleted the fix-chroot-unused-import-on-android branch March 22, 2023 08:23
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