Changes to "using trace with the megatest executable" between 2014-11-26 15:24:29 and 2020-04-15 11:18:43
| ︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 | + + |
+ (write (conc (car (reverse (get-call-chain)))))
(write-char #\newline port)
(flush-output port) ) )
EOF
chicken-install
</verbatim>
# Run your megatest runs and dig through the various logs :)
Testing
|