openbsd-ports/devel/tcllib/patches/patch-support_devel_all_tcl
stu 02df69771b Update to tcllib-1.13. Some new patches, some patches went upstream.
Move less-used apps to examples/tcllib/apps.
Stop writing and overwriting regress.log.

Ok sebastia@
2011-11-04 11:45:21 +00:00

25 lines
841 B
Plaintext

$OpenBSD: patch-support_devel_all_tcl,v 1.3 2011/11/04 11:45:21 stu Exp $
--- support/devel/all.tcl.orig Tue Jan 25 00:37:57 2011
+++ support/devel/all.tcl Thu Oct 13 10:42:02 2011
@@ -97,7 +97,11 @@ if {[catch {::tcltest::normalizePath ::tcltest::testsD
}
set root $::tcltest::testsDirectory
+# Until Tcllib is fixed, do this to skip tests that require Tk
+::tcltest::skipFiles {adbox_widgets.test adbox_all.test proc_interactive.test}
+
proc Note {k v} {
+return
puts stdout [list @@ $k $v]
flush stdout
return
@@ -196,7 +200,7 @@ foreach module $modules {
set ::tcltest::testsDirectory [pSet ::tcltest::testsDirectory]
# configure not present in tcltest 1.x
- if {[catch {::tcltest::configure -verbose bstep}]} {
+ if {[catch {::tcltest::configure -verbose {be}}]} {
set ::tcltest::verbose psb
}
}