Overview
Comment: | fixed the html genrate message |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.63 | v1.6306 |
Files: | files | file ages | folders |
SHA1: |
7a120e7604330d671f81b27b841db3ed |
User & Date: | pjhatwal on 2017-02-03 16:25:01 |
Other Links: | branch diff | manifest | tags |
Context
2017-02-03
| ||
17:01 | fix bug check-in: 701c6c5840 user: bjbarcla tags: v1.63 | |
16:25 | fixed the html genrate message check-in: 7a120e7604 user: pjhatwal tags: v1.63, v1.6306 | |
16:18 | merged html gen check-in: c720d64d07 user: pjhatwal tags: v1.63 | |
Changes
Modified megatest.scm from [fcb342272b] to [a5939c080a].
︙ | ︙ | |||
2001 2002 2003 2004 2005 2006 2007 | 'new2old ) (set! *didsomething* #t))) (if (args:get-arg "-generate-html") (let* ((toppath (launch:setup))) (if (tests:create-html-tree #f) | | | 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 | 'new2old ) (set! *didsomething* #t))) (if (args:get-arg "-generate-html") (let* ((toppath (launch:setup))) (if (tests:create-html-tree #f) (debug:print-info 0 *default-log-port* "HTML output created in " toppath "/lt/page#.html") (debug:print 0 *default-log-port* "Failed to create HTML output in " toppath "/lt/runs-index.html")) (set! *didsomething* #t))) ;;====================================================================== ;; Exit and clean up ;;====================================================================== |
︙ | ︙ |