Megatest

Check-in [7b3dfd2ed0]
Login
Overview
Comment:updated record initialization
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | multi-area
Files: files | file ages | folders
SHA1: 7b3dfd2ed0374705a50ede002c75328d60673ad4
User & Date: matt on 2015-04-09 05:27:59
Other Links: branch diff | manifest | tags
Context
2015-04-11
00:01
cleanup check-in: 5f7221e18c user: matt tags: multi-area
2015-04-09
05:27
updated record initialization check-in: 7b3dfd2ed0 user: matt tags: multi-area
2015-04-08
23:20
Back to having the dashboard compile and start check-in: 133c9d4183 user: matt tags: multi-area
Changes

Modified megatest.scm from [848f2ba951] to [e08e69ab7f].

61
62
63
64
65
66
67



68
69
70
71
72
73
74
		    #f                ;; area path
		    'http             ;; transport
		    #f                ;; configinfo
		    #f                ;; configdat
		    (make-hash-table) ;; denoise
		    #f                ;; client signature
		    #f                ;; remote connections



		    ))

(define *runremote* #f) ;; BUG: Remove this ASAP and update common:*remote* to not refer to *runremote*

;; Disabled help items
;;  -rollup                 : (currently disabled) fill run (set by :runname)  with latest test(s)
;;                            from prior runs with same keys







>
>
>







61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
		    #f                ;; area path
		    'http             ;; transport
		    #f                ;; configinfo
		    #f                ;; configdat
		    (make-hash-table) ;; denoise
		    #f                ;; client signature
		    #f                ;; remote connections
		    #f                ;; run keys
		    (make-hash-table) ;; runs
		    #f                ;; read-only
		    ))

(define *runremote* #f) ;; BUG: Remove this ASAP and update common:*remote* to not refer to *runremote*

;; Disabled help items
;;  -rollup                 : (currently disabled) fill run (set by :runname)  with latest test(s)
;;                            from prior runs with same keys