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:
commit
8a1418ea6d
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue