Overview
Comment: | removed debug statement |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6503 |
Files: | files | file ages | folders |
SHA1: |
92c8226782546e3086fef83d361cf2cc |
User & Date: | pjhatwal on 2017-10-17 14:18:38 |
Original Comment: | removed debug staement |
Other Links: | branch diff | manifest | tags |
Context
2017-10-27
| ||
18:03 | wip check-in: 0706805720 user: bjbarcla tags: v1.65-test2 | |
2017-10-26
| ||
11:17 | Merged v1.65-runarun into v1.65. subrun is not complete but work will continue on v1.65 as subrun stuff is being used. check-in: 9e070b3017 user: mrwellan tags: v1.65 | |
2017-10-17
| ||
14:18 | removed debug statement check-in: 92c8226782 user: pjhatwal tags: v1.65, v1.6503 | |
14:16 | fix to append contour to use from fields runs table if it exist check-in: 170a77e923 user: pjhatwal tags: v1.65 | |
Changes
Modified tasks.scm from [c3c973c839] to [2b121bbff3].
︙ | ︙ | |||
866 867 868 869 870 871 872 | (define (tasks:sync-tests-data dbh cached-info test-ids area-info) (let ((test-ht (hash-table-ref cached-info 'tests))) (for-each (lambda (test-id) | | | 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 | (define (tasks:sync-tests-data dbh cached-info test-ids area-info) (let ((test-ht (hash-table-ref cached-info 'tests))) (for-each (lambda (test-id) ;(print test-id) (let* ((test-info (rmt:get-test-info-by-id #f test-id)) (run-id (db:test-get-run_id test-info)) ;; look these up in db_records.scm (test-id (db:test-get-id test-info)) (test-name (db:test-get-testname test-info)) (item-path (db:test-get-item-path test-info)) (state (db:test-get-state test-info)) (status (db:test-get-status test-info)) |
︙ | ︙ |