regression sta_dir
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
c010a0f99e
commit
d31372ef9a
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue