Overview
Comment: | 46d8ccee29 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | v1.70-fresh-genskel |
Files: | files | file ages | folders |
SHA1: |
2c67c39d147b4ca0381e6a57ed27ead6 |
User & Date: | matt on 2020-10-04 14:40:08 |
Other Links: | branch diff | manifest | tags |
Context
2020-10-04
| ||
14:40 | 46d8ccee29 Leaf check-in: 2c67c39d14 user: matt tags: v1.70-fresh-genskel (unpublished) | |
14:36 | 3213d340ac check-in: df4c6a9353 user: matt tags: v1.70-fresh-genskel (unpublished) | |
Changes
Modified genexample.scm from [ab7e6fd951] to [f983baf734].
︙ | ︙ | |||
457 458 459 460 461 462 463 | (if testconfig (begin (print "\n[requirements]") (for-each (lambda (entry) (print (car entry) " " (cadr entry))) ;; it is not an alist (configf:get-section testconfig "requirements"))) | | | 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 | (if testconfig (begin (print "\n[requirements]") (for-each (lambda (entry) (print (car entry) " " (cadr entry))) ;; it is not an alist (configf:get-section testconfig "requirements"))) #;(print "WARNING: No testconfig data for " testname ", " item-path)) (print "[items]") (print "THE_ITEM [refdb getrow #{getenv MT_RUN_AREA_HOME}/miscinfo itemsinfo #{getenv MT_TESTNAME}| awk '{print $1}'") ))) ;; fill the stepsrdb (for-each |
︙ | ︙ |