]> code.delx.au - gnu-emacs-elpa/blobdiff - runtests
Low level polyglot binary opening book support.
[gnu-emacs-elpa] / runtests
index e4b74df6016bdb24a748f5ce683d5c0c13728d2e..b7b56531fff8a2c80a1d9f298fdad28e83e49adf 100755 (executable)
--- a/runtests
+++ b/runtests
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-NCPU=2
+NCPU=$1
 
 COUNT=4209433
 GROUP=$((COUNT / NCPU))
@@ -11,7 +11,7 @@ end=$NCPU
 HERE=$(pwd)
 
 while (( begin < end )); do
-    dir=/tmp/chess-test$((begin))
+    dir=/tmp/emacs-chess-$(whoami)-$((begin))
     rm -fr $dir
     mkdir $dir
     rsync -a --delete --exclude='*/' ./ $dir/