mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
Drop exit 1, probably leftover during testing
This commit is contained in:
parent
cd1b304be7
commit
18ae2a6976
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -727,8 +727,6 @@ if ! grep -q "stop reason = step over" foo.log; then
|
||||
cat foo.log
|
||||
exit 42
|
||||
fi
|
||||
exit 1
|
||||
|
||||
|
||||
if test ! -f /usr/lib/llvm-$VERSION/lib/libclangToolingInclusions.a; then
|
||||
echo "Install libclang-$VERSION-dev";
|
||||
|
Loading…
Reference in New Issue
Block a user