mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
travis: Fix post-failure lldb invocation
Pass an absolute path, not just the basename.
This commit is contained in:
parent
c07a6ae77c
commit
92e98a06d4
@ -50,7 +50,7 @@ matrix:
|
||||
echo 'bt all' > cmds;
|
||||
for file in $(ls /cores); do
|
||||
echo core file $file;
|
||||
lldb -c $file `which ld` -b -s cmds;
|
||||
lldb -c /cores/$file `which ld` -b -s cmds;
|
||||
done
|
||||
|
||||
- env: >
|
||||
|
Loading…
Reference in New Issue
Block a user