Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 042f313

Browse files
committed
Added fork1, linuxaudiodev, sunaudiodev, and zlib to the tests skipped
by the quicktest target.
1 parent bbf10b5 commit 042f313

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ test: all platform
473473
PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
474474

475475
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
476-
test_unicodedata test_re test_sre test_select test_poll
476+
test_unicodedata test_re test_sre test_select test_poll \
477+
test_fork1 test_linuxaudiodev test_sunaudiodev test_zlib
477478
quicktest: all platform
478479
-rm -f $(srcdir)/Lib/test/*.py[co]
479480
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)

0 commit comments

Comments
 (0)