Overview
| Comment: | When testing, print out helpful output |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3dfda3b8374493d917139b404a5064c9 |
| User & Date: | rkeene on 2018-07-02 06:20:27.651 |
| Other Links: | manifest | tags |
Context
|
2018-07-02
| ||
| 06:22 | Added some whitespace for readability check-in: de6758280f user: rkeene tags: trunk | |
| 06:20 | When testing, print out helpful output check-in: 3dfda3b837 user: rkeene tags: trunk | |
| 06:20 | Removed some changes left over from debugging check-in: c947dc3c9c user: rkeene tags: trunk | |
Changes
Modified build/test/test.tcl
from [616d1fdee7]
to [e802778f08].
| ︙ | |||
101 102 103 104 105 106 107 108 109 110 111 | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | + + + + |
keygeneration
}
foreach test $tests {
if {![test_$test]} {
puts "FAILED test $test"
exit 1
} else {
puts "\[OK\] $test"
}
}
puts "DONE"
exit 0
|