Skip to content

Commit fe4c7aa

Browse files
committed
more debug
1 parent acc36d7 commit fe4c7aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/driver.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,19 @@ diff normalized.stderr tests/ui/cstring.stderr
3131
SYSROOT=`rustc --print sysroot`
3232
diff <(LD_LIBRARY_PATH=${SYSROOT}/lib ./target/debug/clippy-driver --rustc --version --verbose) <(rustc --version --verbose)
3333

34+
35+
echo "start debug"
36+
37+
sleep 4
3438
pwd
3539
ls
40+
sleep 4
3641

42+
file ./target/debug/clippy-driver
43+
file ./tests/driver/main.rs
44+
whereis rustc
45+
sleep 5
46+
echo "end debug"
3747
# we can't run 2 rustcs on the same file at the same time
3848
CLIPPY=`LD_LIBRARY_PATH=${SYSROOT}/lib ./target/debug/clippy-driver ./tests/driver/main.rs --rustc`
3949
RUSTC=`rustc ./tests/driver/main.rs`

0 commit comments

Comments
 (0)