Artifacts Associated With Ticket 64cdb7621260855edf46e074d3520d282d3d8cfd
Ticket change [6fa1ec034e] (rid 1600) by doofus on 2023-11-20 02:43:51:
- foundin initialized to: "1.7.22"
- icomment:
Even if _all_ tests were to fail, the script `all.tcl` would still exit with code 0... That breaks automation, because the caller does not know of any test-failures. The patch below addresses this problem: ```patch --- tests/all.tcl 2020-10-12 16:39:22.000000000 -0400 +++ tests/all.tcl 2023-11-19 21:19:34.128221000 -0500 @@ -55,5 +55,5 @@ # cleanup puts stdout "\nTests ended at [eval $timeCmd]" +set failCount [llength $::tcltest::failFiles] ::tcltest::cleanupTests 1 -return - +exit [expr $failCount > 0] ```
- login: "doofus"
- mimetype: "text/x-markdown"
- private_contact initialized to: "97c7e5a24584ec1fd28bf5cc453cd06585a9a915"
- severity initialized to: "Critical"
- status initialized to: "Open"
- title initialized to: "tests/all.tcl always succeeds"
- type initialized to: "Code Defect"
Ticket change [3e38d50e19] (rid 1601) by doofus on 2023-11-20 02:45:02:
- login: "doofus"
- mimetype: "text/x-markdown"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- severity changed to: "Important"
Ticket change [e9be2539c8] (rid 3557) by bohagan on 2024-05-28 00:40:10:
- icomment:
This is resolved by the changes in [af2c6346c92d5d04].
- login: "bohagan"
- mimetype: "text/x-fossil-plain"
- status changed to: "Closed"
- icomment: