From f13ef5ca5a6703b57c69e6e39258e7f0b0c55e4d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 17 Sep 2008 07:03:35 -0400 Subject: runtests now takes an argument, specifying how many CPUs are available. --- runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtests') diff --git a/runtests b/runtests index e4b74df..8011401 100755 --- a/runtests +++ b/runtests @@ -1,6 +1,6 @@ #!/bin/sh -NCPU=2 +NCPU=$1 COUNT=4209433 GROUP=$((COUNT / NCPU)) -- cgit v1.2.3