Overview
Comment: | Fixed missing launch: in call to setup-for-run |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
3222769b73bbc5f3cb34e24de56316b7 |
User & Date: | matt on 2014-09-10 22:51:54 |
Other Links: | branch diff | manifest | tags |
Context
2014-09-11
| ||
01:05 | Add local: #t to struct construction check-in: 76c9be4669 user: matt tags: v1.60 | |
2014-09-10
| ||
22:51 | Fixed missing launch: in call to setup-for-run check-in: 3222769b73 user: matt tags: v1.60 | |
13:40 | Server bypass options increased. Now should bypass the server unless in 'running' or 'dbprep' mode check-in: e29bdd1210 user: mrwellan tags: v1.60 | |
Changes
Modified megatest.scm from [559efa54dd] to [de434ab584].
︙ | ︙ | |||
1287 1288 1289 1290 1291 1292 1293 | ;; ;; ;; redo me dat) ;; ;; ;; redo me (sqlite3:finalize! qry)))) ;; ;; ;; redo me (db:close-all dbstruct) ;; ;; ;; redo me (list "uname" "rundir" "final_logf" "comment")) ;; ;; ;; redo me (set! *didsomething* #t))) (if (args:get-arg "-import-megatest.db") | | | 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 | ;; ;; ;; redo me dat) ;; ;; ;; redo me (sqlite3:finalize! qry)))) ;; ;; ;; redo me (db:close-all dbstruct) ;; ;; ;; redo me (list "uname" "rundir" "final_logf" "comment")) ;; ;; ;; redo me (set! *didsomething* #t))) (if (args:get-arg "-import-megatest.db") (let* ((toppath (launch:setup-for-run)) (dbstruct (if toppath (make-dbr:dbstruct path: toppath) #f)) (mtdb (if toppath (db:open-megatest-db))) (run-ids (if toppath (db:get-all-run-ids mtdb)))) ;; sync runs, test_meta etc. (db:sync-tables (db:sync-main-list mtdb) mtdb (db:get-db dbstruct #f)) (for-each (lambda (run-id) |
︙ | ︙ |
tests/installall/config/megatest.config.dat became a regular file with contents [736a5da885].
tests/installall/config/runconfigs.config.dat became a regular file with contents [3b8f260acb].
utils/loadrunner became executable with contents [ba6e3962e1].
︙ | ︙ |
utils/nbfake became executable with contents [99a526d022].
︙ | ︙ |