chiark / gitweb /
d/copyright: Alphabetise sections
[secnet.git] / parallel-test.sh
index 6dd304d848545569a0c9336f1b79522e37a76184..81fd0e51ae36b7579c327e36c77e0416f57143c9 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/sh
 
+# This file is part of secnet.
+# See LICENCE and this file CREDITS for full list of copyright holders.
+# SPDX-License-Identifier: GPL-3.0-or-later
+# There is NO WARRANTY.
+
 # usage
 #  ../parallel-bisect.sh
 #
@@ -20,7 +25,7 @@ here=$(git rev-parse HEAD)
 us=${0%/*}
 log=$us/at-$here.log
 >$log
-for x in `seq 1 500`; do
+for x in `seq 1 ${1-500}`; do
     echo $x
     echo >>$log $x
     make -j -f $us/parallel-test.make >$us/dump/at-$here.log 2>&1