Overview
Comment: | fixes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
42159f0a7d6579be49e3ff21e5762b46 |
User & Date: | matt on 2013-11-19 00:07:16 |
Other Links: | manifest | tags |
Context
2013-11-19
| ||
07:37 | Added variable delay to keepgoing loop to account for time used in db sync check-in: bf776753ca user: mrwellan tags: trunk | |
00:07 | fixes check-in: 42159f0a7d user: matt tags: trunk | |
2013-11-18
| ||
23:57 | More fixes check-in: 93c5d29832 user: matt tags: trunk | |
Changes
Modified megatest.scm from [eee2b20b98] to [5ef722ccf8].
︙ | ︙ | |||
959 960 961 962 963 964 965 | (change-directory work-area) ;; can setup as client for server mode now ;; (client:setup) (if (args:get-arg "-load-test-data") ;; has sub commands that are rdb: ;; DO NOT put this one into either cdb:remote-run or open-run-close | | | 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 | (change-directory work-area) ;; can setup as client for server mode now ;; (client:setup) (if (args:get-arg "-load-test-data") ;; has sub commands that are rdb: ;; DO NOT put this one into either cdb:remote-run or open-run-close (tdb:load-test-data test-id)) (if (args:get-arg "-setlog") (let ((logfname (args:get-arg "-setlog"))) (rmt:test-set-log! test-id logfname))) (if (args:get-arg "-set-toplog") ;; DO NOT run remote (tests:test-set-toplog! run-id test-name (args:get-arg "-set-toplog"))) (if (args:get-arg "-summarize-items") |
︙ | ︙ |