Skip to content

Commit

Permalink
**interim** failed tests must generate failure in GHA flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Oct 29, 2024
1 parent 723c71d commit 5016821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/all.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ puts [outputChannel] "\n[string repeat ==== 20]"
::tcltest::cleanupTests 1

# if calling direct:
puts "******[subst {[info exists ::argv0] && [file tail $::argv0] eq [file tail [info script]]}] *****"
if {[info exists ::argv0] && [file tail $::argv0] eq [file tail [info script]]} {
if {$::TestSummary(TotFailed)} {
puts stderr "\n[string repeat ** 20]"
Expand Down

0 comments on commit 5016821

Please sign in to comment.