cargo uitest
fails when project path has whitespaces
#9874
Labels
C-bug
Category: Clippy is not doing the correct thing
Summary
calling
cargo uitest
whenrust-clippy
's path has whitespaces makes all tests fail. for example, ifrust-clippy
's path isC:\rust whitespace\rust-clippy
, it will emit the following for every test (test_name
):(notice the second path is incomplete and begins right after the whitespace in the full path)
putting
rust-clippy
somewhere with no whitespaces on it's path solves the issue (however, acargo clean
seems to be necessary for it do so, for some reason).Reproducer
I tried: calling
cargo uitest
.I expected to see this happen: tests run correctly.
Instead, this happened: all tests fail with the aforementioned error as their output.
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: