Megatest

Diff
Login

Differences From Artifact [4336cde456]:

To Artifact [b5550ef418]:


9
10
11
12
13
14
15
16
17





18
19
9
10
11
12
13
14
15


16
17
18
19
20
21
22







-
-
+
+
+
+
+


;;  PURPOSE.
;;======================================================================

;; a function <pagename>-action is called on POST

(define (run-action action)
  (case (string->symbol action)
    ((dosomething)
     (dosomething))))
    ((filter)
     (let ((run-name-filter (s:get-input 'run-name-filter))
            (target (s:get-input 'target)))
     (s:set! "run-name-filter" run-name-filter)
     (s:set! "target" target)))))