Overview
Comment: | Cherrypicked 451c |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-junit-xml |
Files: | files | file ages | folders |
SHA1: |
1b0d4f257e6d9740397662ede6dc01bf |
User & Date: | pjhatwal on 2020-05-27 14:22:45 |
Other Links: | branch diff | manifest | tags |
Context
2020-05-27
| ||
16:48 | updated manual Leaf check-in: c7baa27145 user: pjhatwal tags: v1.65-junit-xml | |
14:22 | Cherrypicked 451c check-in: 1b0d4f257e user: pjhatwal tags: v1.65-junit-xml | |
14:13 | Cherrypicked 5ea7 check-in: c13726326c user: pjhatwal tags: v1.65-junit-xml | |
Changes
Modified runs.scm from [f120939904] to [24fa492abb].
︙ | ︙ | |||
2676 2677 2678 2679 2680 2681 2682 | db (conc "INSERT OR REPLACE INTO test_data (test_id,category,variable,value,expected,tol,units,comment) " "SELECT " (db:test-get-id new-testdat) ",category,variable,value,expected,tol,units,comment FROM test_data WHERE test_id=?;") (db:test-get-id testdat)))) )) prev-tests))) | | | 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 | db (conc "INSERT OR REPLACE INTO test_data (test_id,category,variable,value,expected,tol,units,comment) " "SELECT " (db:test-get-id new-testdat) ",category,variable,value,expected,tol,units,comment FROM test_data WHERE test_id=?;") (db:test-get-id testdat)))) )) prev-tests))) (define doc-template '(*TOP* (*PI* xml "version='1.0'") (testsuite))) (define (runs:update-junit-test-reporter-xml run-id) (let* ( (junit-test-reporter (configf:lookup *configdat* "runs" "junit-test-reporter-xml")) |
︙ | ︙ |