Differences From Artifact [58d8d13c30]:
- File dashboard.scm — part of check-in [ae6dbecf17] at 2011-05-01 23:05:22 on branch trunk — Importing 1.0.1 version of megatest, (nb// work in progress, please wait for next release) (user: matt, size: 15617) [annotate] [blame] [check-ins using]
To Artifact [43e9dd636e]:
- File dashboard.scm — part of check-in [e38c4a9bdd] at 2011-05-03 02:30:39 on branch trunk — Fixed and or implemented; concurrent running tasks limit, derive megatest executable path and add to PATH, add MT_TEST_RUN_DIR (user: matt, size: 15608) [annotate] [blame] [check-ins using]
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - + | ;; (use canvas-draw) (use sqlite3 srfi-1 posix regex regex-case srfi-69) (import (prefix sqlite3 sqlite3:)) |
︙ |