Fix the message. Thanks to Thomas Clement for noticing.
[clang.git] / utils / ABITest / build.sh
bloba50d14ab8d06f02128c937beb98908ceaf8405ab
1 #!/bin/sh
3 set -eu
5 if [ $# != 1 ]; then
6 echo "usage: $0 <num-tests>"
7 exit 1
8 fi
10 CPUS=2
11 make -j $CPUS \
12 $(for i in $(seq 0 $1); do echo test.$i.report; done) -k