Differences From Artifact [1ad7f525dc]:
- Executable file build/test/test.tcl — part of check-in [5c0fe18b67] at 2018-07-05 14:56:33 on branch trunk — Added high-level work interfaces (user: rkeene, size: 8055) [annotate] [blame] [check-ins using]
To Artifact [154ad80750]:
- Executable file build/test/test.tcl — part of check-in [8d7e39df83] at 2018-07-05 16:25:01 on branch trunk — Ensure that the test for address generation requests the right address format (user: rkeene, size: 8061) [annotate] [blame] [check-ins using]
︙ | |||
130 131 132 133 134 135 136 | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | - + | if {$pubCheck ne $pub} { puts "\[1.FAIL\] Got: $pubCheck" puts "\[1.FAIL\] Exp: $pub" return false } |
︙ |