mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-23 07:12:12 -07:00
* mps/tool/testrun.sh (testansi, testpollnone): Skip Unix & Windows
This commit is contained in:
parent
77fefa38d4
commit
0243724bc6
1 changed files with 5 additions and 5 deletions
|
|
@ -46,11 +46,11 @@ while [ $# -gt 0 ]; do
|
|||
TEST_SUITE=$2
|
||||
# Test-suite exclusions.
|
||||
case $TEST_SUITE in
|
||||
testrun) EXCLUDE_SUITE=LN ;;
|
||||
testci) EXCLUDE_SUITE=BN ;;
|
||||
testall) EXCLUDE_SUITE=N ;;
|
||||
testansi) EXCLUDE_SUITE=LNT ;;
|
||||
testpollnone) EXCLUDE_SUITE=LNPT ;;
|
||||
testrun) EXCLUDE_SUITE=LN ;;
|
||||
testci) EXCLUDE_SUITE=BN ;;
|
||||
testall) EXCLUDE_SUITE=N ;;
|
||||
testansi) EXCLUDE_SUITE=LNTWX ;;
|
||||
testpollnone) EXCLUDE_SUITE=LNPTWX ;;
|
||||
*)
|
||||
echo "Test suite $TEST_SUITE not recognized."
|
||||
exit 1 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue