Megatest

Check-in [5c56271302]
Login
Overview
Comment:missing param setting
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | v1.80-debugprint
Files: files | file ages | folders
SHA1: 5c56271302eb854aa25e46a86a6e1e8692b89efe
User & Date: matt on 2023-02-13 04:56:14
Other Links: branch diff | manifest | tags
Context
2023-02-13
04:56
missing param setting Leaf check-in: 5c56271302 user: matt tags: v1.80-debugprint
2023-02-10
21:22
rebased v1.80-debugprint forward check-in: 9d2772b077 user: matt tags: v1.80-debugprint
Changes

Modified dbfile.scm from [2c9382abf0] to [3466867c35].

40
41
42
43
44
45
46

47
48
49
50
51
52
53

	commonmod
	;; debugprint
	)

(import debugprint)
(define num-run-dbs (make-parameter 10))     ;; number of db's in .megatest


;;======================================================================
;;  R E C O R D S
;;======================================================================

;; a single Megatest area with it's multiple dbs is
;; managed in a dbstruct







>







40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

	commonmod
	;; debugprint
	)

(import debugprint)
(define num-run-dbs (make-parameter 10))     ;; number of db's in .megatest
(define keep-age-param (make-parameter 10))

;;======================================================================
;;  R E C O R D S
;;======================================================================

;; a single Megatest area with it's multiple dbs is
;; managed in a dbstruct