Differences From Artifact [de3b039615]:
- File megatest-version.scm — part of check-in [7906872d60] at 2013-04-10 16:43:32 on branch development — Re-did config file path handling, removed directory-push/directory-pop for syle more consistent with old behavior (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
To Artifact [618648b894]:
- File megatest-version.scm — part of check-in [02222dad8f] at 2013-04-11 00:20:43 on branch development — Made daemonize optional, tweaked parameters on launch speed test (user: matt, size: 144) [annotate] [blame] [check-ins using]
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.5408) |