31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
(include "gui.scm")
(include "dashboard-tests.scm")
(include "megatest-version.scm")
(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
|
|
|
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
(include "gui.scm")
(include "dashboard-tests.scm")
(include "megatest-version.scm")
(define help (conc
"Megatest Dashboard, documentation at http://www.kiatoa.com/fossils/megatest
version " megatest-version "
license GPL, Copyright (C) Matt Welland 2011
Usage: dashboard [options]
-h : this help
-run runid : control run identified by runid
-test testid : control test identified by testid
Misc
|