1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Catch-up merge of testrun.sh (somehow got omitted).

Copied from Perforce
 Change: 186042
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-05-12 18:51:15 +01:00
commit 8a1418ea6d

View file

@ -24,8 +24,12 @@
# Make a temporary output directory for the test logs.
LOGDIR=$(mktemp -d /tmp/mps.log.XXXXXX)
TEST_DIR=$1
echo "MPS test suite"
echo "Logging test output to $LOGDIR"
echo "Test directory: $TEST_DIR"
shift
TEST_CASES=${*:-${ALL_TEST_CASES}}
# First argument is the directory containing the test cases.
TEST_DIR=$1