Skip to content

Commit acc36d7

Browse files
committed
debug
1 parent 1c32cf3 commit acc36d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/driver.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ 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+
pwd
35+
ls
36+
3437
# we can't run 2 rustcs on the same file at the same time
3538
CLIPPY=`LD_LIBRARY_PATH=${SYSROOT}/lib ./target/debug/clippy-driver ./tests/driver/main.rs --rustc`
3639
RUSTC=`rustc ./tests/driver/main.rs`

0 commit comments

Comments
 (0)