From 6a94bf652bc54d03924e178c2424dc91065a544a Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 10 Feb 2025 12:55:50 +0000 Subject: cherry-pick [9b5c0dbbc296ad67]: tests/all.tcl: don't overwrite argument -testdir (may be supplied in args too) --- tests/all.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all.tcl b/tests/all.tcl index 7d86640..715d1bf 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -13,7 +13,7 @@ package require Tcl 8.5 package require tcltest 2.5 namespace import tcltest::* -configure {*}$argv -testdir [file dir [info script]] +configure -testdir [file normalize [file dirname [info script]]] {*}$argv set ErrorOnFailures [info exists env(ERROR_ON_FAILURES)] unset -nocomplain env(ERROR_ON_FAILURES) if {[runAllTests] && $ErrorOnFailures} {exit 1} -- cgit v0.12