Drop exit 1, probably leftover during testing

This commit is contained in:
Gianfranco Costamagna 2019-06-28 10:59:35 +02:00
parent cd1b304be7
commit 18ae2a6976

View File

@ -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";