regression sta_dir

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2026-02-27 17:54:32 -08:00
parent c010a0f99e
commit d31372ef9a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ exec tclsh $0 ${1+"$@"}
# Directory containing tests.
set test_dir [file dirname [file normalize [info script]]]
set sta_dir [file normalize [file join $test_dir ".."]]
set sta_dir [file dirname $test_dir]
source [file join $test_dir regression_vars.tcl]
source [file join $test_dir regression.tcl]