Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
utils
/
ABITest
/
build-and-summarize.sh
blob: 602728b79f911a4a0b449c7303f0a564a7e2b1e7 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
eu
if
[
$
# != 1 ]; then
echo
"usage: $0 <num-tests>"
exit
1
fi
dir
=
$
(
dirname $0
)
$dir
/
build
.
sh $1
&>
/
dev
/
null
||
true
../
summarize
.
sh $1
&>
fails
-
x
.
txt
cat fails
-
x
.
txt
wc
-
l fails
-
x
.
txt