Skip to content

Commit 6eb6911

Browse files
committed
regression
Signed-off-by: James Cherry <cherry@parallaxsw.com>
1 parent 2a2450f commit 6eb6911

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/regression.tcl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ proc setup {} {
6666
set valgrind_shared_lib_failure 0
6767

6868
if { ![file exists $app_path] } {
69-
error "$app_path not found."
69+
puts "$app_path not found."
70+
exit 1
7071
} elseif { ![file executable $app_path] } {
71-
error "$app_path is not executable."
72+
puts "$app_path is not executable."
73+
exit 1
7274
}
7375
}
7476

0 commit comments

Comments
 (0)