Skip to content

Commit

Permalink
t4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed May 16, 2024
1 parent b4d944f commit 093702c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ else
fi

# Check sysroot handling
sysroot=$(./target/debug/clippy-driver --print sysroot)
test "$sysroot" = "$(rustc --print sysroot)"
test $(./target/debug/clippy-driver --print sysroot) = "$sysroot"

if [[ ${OS} == "Windows" ]]; then
desired_sysroot=C:/tmp
Expand Down

0 comments on commit 093702c

Please sign in to comment.