Overview
Comment: | Added three loop tries for -runtests |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 |
Files: | files | file ages | folders |
SHA1: |
1c0eb707c7a4bfb181074674c0b7a761 |
User & Date: | matt on 2014-08-01 01:04:22 |
Other Links: | branch diff | manifest | tags |
Context
2014-08-05
| ||
00:09 | Added bit more to datashare check-in: 8e9852ca99 user: matt tags: v1.55 | |
2014-08-01
| ||
01:04 | Added three loop tries for -runtests check-in: 1c0eb707c7 user: matt tags: v1.55 | |
2014-07-31
| ||
00:16 | Corrected formating of info messages on load excess check-in: c15ca73559 user: matt tags: v1.55 | |
Changes
Modified runs.scm from [3d2e89231a] to [75aee75df2].
︙ | |||
200 201 202 203 204 205 206 | 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 | - + | (else #f)))) (list (not can-not-run-more) num-running num-running-in-jobgroup max-concurrent-jobs job-group-limit))))) ;; test-names: Comma separated patterns same as test-patts but used in selection ;; of tests to run. The item portions are not respected. ;; FIXME: error out if /patt specified ;; |
︙ | |||
346 347 348 349 350 351 352 | 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 | + - + + + + + + + + + - + + | (if (not (null? required-tests)) (debug:print-info 1 "Adding " required-tests " to the run queue")) ;; NOTE: these are all parent tests, items are not expanded yet. (debug:print-info 4 "test-records=" (hash-table->alist test-records)) (let ((reglen (configf:lookup *configdat* "setup" "runqueue"))) (if (> (length (hash-table-keys test-records)) 0) (begin |
︙ |
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].