Overview
Comment: | Phase 2 completed. Dashboard now reflects tests found on test path |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | dev |
Files: | files | file ages | folders |
SHA1: |
f944048b95b8f814c9f314babd514264 |
User & Date: | matt on 2013-07-12 21:13:08 |
Other Links: | branch diff | manifest | tags |
Context
2013-07-13
| ||
00:01 | Some exporatory stuff for refdat editor check-in: c5231b3ac8 user: matt tags: dev | |
2013-07-12
| ||
21:13 | Phase 2 completed. Dashboard now reflects tests found on test path check-in: f944048b95 user: matt tags: dev | |
20:06 | Phase 2 99% done but dashboard still not showing referant tests check-in: da9292b831 user: mrwellan tags: dev | |
Changes
Modified tests.scm from [c353b2070e] to [ade03104a8].
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | ;; Call this one to do all the work and get a standardized list of tests (define (tests:get-all) (let* ((test-search-path (cons (conc *toppath* "/tests") ;; the default (tests:get-tests-search-path *configdat*)))) (tests:get-valid-tests (make-hash-table) test-search-path))) (define (tests:get-tests-search-path cfgdat) |
︙ |
Modified tests/fullrun/megatest.config from [aca6fa5a2c] to [99828495e8].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + + + + - + + | [fields] sysname TEXT fsname TEXT datapath TEXT # refareas can be searched to find previous runs # the path points to where megatest.db exists [refareas] area1 /tmp/oldarea/megatest [include config/mt_include_1.config] [misc] home #{shell readlink -f $MT_RUN_AREA_HOME} parent #{shell readlink -f $MT_RUN_AREA_HOME/..} [tests-paths] |
︙ |