Megatest

Diff
Login

Differences From Artifact [44078feff7]:

To Artifact [1ae7a38415]:


28
29
30
31
32
33
34
35
36
37



38
39
40
41
42
43
44
45
46
47

48
49
50
51
52
53
54
28
29
30
31
32
33
34



35
36
37
38
39
40
41
42
43
44
45
46

47
48
49
50
51
52
53
54







-
-
-
+
+
+









-
+







(include "process.scm")
(include "launch.scm")
(include "runs.scm")
(include "gui.scm")
(include "dashboard-tests.scm")
(include "megatest-version.scm")

(define help "
Megatest Dashboard, documentation at http://www.kiatoa.com/fossils/megatest
  version 0.2
(define help (conc 
"Megatest Dashboard, documentation at http://www.kiatoa.com/fossils/megatest
  version " megatest-version "
  license GPL, Copyright Matt Welland 2011

Usage: dashboard [options]
  -h              : this help
  -run runid      : control run identified by runid
  -test testid    : control test identified by testid

Misc
  -rows N         : set number of rows
")
"))

;; process args
(define remargs (args:get-args 
		 (argv)
		 (list  "-rows"
			"-run"
			"-test"