Megatest

wasting_time.logpro at [6f9cfc22a7]
Login

File tests/tests/runfirst/wasting_time.logpro artifact 73cad9c3a4 part of check-in 6f9cfc22a7


;; 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)))