regression flush cygwin support
This commit is contained in:
parent
b67761390a
commit
fea36d6522
|
|
@ -17,11 +17,7 @@
|
|||
# Regression variables.
|
||||
|
||||
# Application program to run tests on.
|
||||
if { [regexp "CYGWIN" [exec uname -a]] } {
|
||||
set app "sta.exe"
|
||||
} else {
|
||||
set app "sta"
|
||||
}
|
||||
set app "sta"
|
||||
set sta_dir [file dirname $test_dir]
|
||||
set app_path [file join $sta_dir "app" $app]
|
||||
# Application options.
|
||||
|
|
|
|||
Loading…
Reference in New Issue