mlang pushed a commit to branch externals/chess
in repository elpa.

commit 4bca321179a0a12666c862513e123829a314da8f
Author: Mario Lang <ml...@delysid.org>
Date:   Wed May 21 23:49:32 2014 +0200

    Remove obsolte file.
---
 run-tests.sh |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

diff --git a/run-tests.sh b/run-tests.sh
deleted file mode 100755
index 95719aa..0000000
--- a/run-tests.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-CPUS=8
-SOURCE=$HOME/src/emacs-chess
-PRODUCTS=$HOME/Products/emacs-chess
-EMACS=/Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs
-
-# No need to change these values
-TOTAL=4209433
-PART=$((TOTAL / CPUS))
-
-for i in $(seq 1 $CPUS); do
-    # Make sure the sources are all up to date
-    rsync -av --delete --exclude=.git/ --delete-excluded \
-       $SOURCE/ $PRODUCTS/$i/
-
-    (cd $PRODUCTS/$i; rm -f chess-test; make EMACS=$EMACS; \
-     nice -n 20 make EMACS=$EMACS \
-       START=$(((i - 1) * PART)) COUNT=$PART check > test.out 2>&1) &
-done
-
-wait
-
-for i in $(seq 1 $CPUS); do
-    cat $PRODUCTS/$i/test.out >> test.out
-done
-
-cat test.out

Reply via email to