Megatest

Artifact [73cad9c3a4]
Login

Artifact 73cad9c3a4d48513bed56f2c3e8f6b06a05a53ff:


;; put stuff here

;; NOTE: This is not legit logpro code!!! 

;; Test for 0=PASS, 1=WARN, >2 = FAIL

(define season (get-environment-variable "SEASON"))

(exit 
 (case (string->symbol season)
   ((summer) 0)
   ((winter) 1)
   ((fall)   2)
   (else     0)))