File: tests.patch

package info (click to toggle)
tclx8.4 8.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,784 kB
  • sloc: ansic: 14,863; tcl: 2,090; sh: 265; makefile: 159
file content (16 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Massimo Dal Zotto <dz@debian.org>
Description: Skip tests which use [fork] since it isn't supposed to work
 with thread-enabled Tcl.
Last-Modified: Thu, 21 Feb 2019 12:50:24 +0300

--- a/Makefile.in
+++ b/Makefile.in
@@ -228,6 +228,8 @@
 	    $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \
 	done
 
+# Skip tests which use 'fork'
+TESTFLAGS=-notfile "nice.test pipe.test process.test signal.test"
 test: binaries libraries
 	$(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)