We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc36d7 commit fe4c7aaCopy full SHA for fe4c7aa
.github/driver.sh
@@ -31,9 +31,19 @@ diff normalized.stderr tests/ui/cstring.stderr
31
SYSROOT=`rustc --print sysroot`
32
diff <(LD_LIBRARY_PATH=${SYSROOT}/lib ./target/debug/clippy-driver --rustc --version --verbose) <(rustc --version --verbose)
33
34
+
35
+echo "start debug"
36
37
+sleep 4
38
pwd
39
ls
40
41
42
+file ./target/debug/clippy-driver
43
+file ./tests/driver/main.rs
44
+whereis rustc
45
+sleep 5
46
+echo "end debug"
47
# we can't run 2 rustcs on the same file at the same time
48
CLIPPY=`LD_LIBRARY_PATH=${SYSROOT}/lib ./target/debug/clippy-driver ./tests/driver/main.rs --rustc`
49
RUSTC=`rustc ./tests/driver/main.rs`
0 commit comments