Prefix excludes
with a dot to prevent chkbuild from firing wrongly
Chkbuild runs for each directories just under `test` directory when `test-all` failed. `test/excludes` itself should not be a target.
This commit is contained in:
parent
b56e5c6b94
commit
efc9127790
Notes:
git
2023-08-13 09:58:58 +00:00
@ -93,7 +93,7 @@ for:
|
|||||||
- nmake -l "TESTOPTS=-v -q" test-basic
|
- nmake -l "TESTOPTS=-v -q" test-basic
|
||||||
- >-
|
- >-
|
||||||
nmake -l "TESTOPTS=-v --timeout-scale=3.0
|
nmake -l "TESTOPTS=-v --timeout-scale=3.0
|
||||||
--excludes=../test/excludes/_appveyor -j%JOBS%
|
--excludes=../test/.excludes/_appveyor -j%JOBS%
|
||||||
--exclude win32ole
|
--exclude win32ole
|
||||||
--exclude test_bignum
|
--exclude test_bignum
|
||||||
--exclude test_syntax
|
--exclude test_syntax
|
||||||
@ -103,7 +103,7 @@ for:
|
|||||||
# separately execute tests without -j which may crash worker with -j.
|
# separately execute tests without -j which may crash worker with -j.
|
||||||
- >-
|
- >-
|
||||||
nmake -l
|
nmake -l
|
||||||
"TESTOPTS=--timeout-scale=3.0 --excludes=../test/excludes/_appveyor"
|
"TESTOPTS=--timeout-scale=3.0 --excludes=../test/.excludes/_appveyor"
|
||||||
TESTS="
|
TESTS="
|
||||||
../test/win32ole
|
../test/win32ole
|
||||||
../test/ruby/test_bignum.rb
|
../test/ruby/test_bignum.rb
|
||||||
|
@ -259,7 +259,7 @@ INSTALL_DATA_MODE = 0644
|
|||||||
BOOTSTRAPRUBY_COMMAND = $(BOOTSTRAPRUBY) $(BOOTSTRAPRUBY_OPT)
|
BOOTSTRAPRUBY_COMMAND = $(BOOTSTRAPRUBY) $(BOOTSTRAPRUBY_OPT)
|
||||||
TESTSDIR = $(srcdir)/test
|
TESTSDIR = $(srcdir)/test
|
||||||
TOOL_TESTSDIR = $(tooldir)/test
|
TOOL_TESTSDIR = $(tooldir)/test
|
||||||
TEST_EXCLUDES = --excludes-dir=$(TESTSDIR)/excludes --name=!/memory_leak/
|
TEST_EXCLUDES = --excludes-dir=$(TESTSDIR)/.excludes --name=!/memory_leak/
|
||||||
TESTWORKDIR = testwork
|
TESTWORKDIR = testwork
|
||||||
TESTOPTS = $(RUBY_TESTOPTS)
|
TESTOPTS = $(RUBY_TESTOPTS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user