blob: ae04be46365fddedf420403c3c2b4b6d0539c972 (
plain)
1
2
3
4
5
6
7
8
|
# Rounding error in Print, see https://github.com/google/googletest/issues/4210
# Also some issues with threads in chroots (in tests)
eval "$(
declare -f check | \
sed '
s/\(cmake.*\)/\1 || true/g
'
)"
|