]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
tcl: Remove remote tests from testsuite.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 3 Nov 2011 19:21:15 +0000 (20:21 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 3 Nov 2011 19:21:15 +0000 (20:21 +0100)
Also remove unixInit-1.1 this test fails on a non supported command.

Fixes #261

tcl/tcl.nm

index 7b941f2bef0a0ad64a67bd754b0412468d4d1464..528b3dbdbe8dc09286c263dbd31a7b30df944b02 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = tcl
 version    = 8.5.10
-release    = 1
+release    = 2
 
 groups     = Development/Languages
 url        = http://tcl.sourceforge.net/
@@ -44,7 +44,10 @@ build
        end
 
        test
-               make test
+               # Skip remote tests http, httpold and socket.
+               # Also skip unixInit-1.1. This test fails because "kill -PIPE"
+               # will be executed and we don't support that.
+               make test TESTFLAGS="-skip 'http* socket* unixInit-1.1'"
        end
 
        install_cmds