llvm-toolchain/debian/tests.disabled/llvm
Sylvestre Ledru 03e67bfdfa disable tests
2018-04-27 16:29:47 +02:00

10 lines
215 B
Bash

#!/bin/sh
# Checks llvm build passing on architectiures known to have 100% tests workings
if grep -q "Unexpected Failure" check-llvm_build_log.txt; then
exit 1
else
echo "build OK"
fi
rm check-llvm_build_log.txt