Differences From Artifact [26a59d97ac]:
- File tests/tests/runfirst/wasting_time.logpro — part of check-in [adea88835b] at 2011-05-06 14:33:13 on branch trunk — Couple more tweaks to -runstep (user: mrwellan, size: 18) [annotate] [blame] [check-ins using]
To Artifact [73cad9c3a4]:
- File tests/tests/runfirst/wasting_time.logpro — part of check-in [6f9cfc22a7] at 2011-06-05 22:59:38 on branch trunk — Test of WARN support (user: mrwellan, size: 260) [annotate] [blame] [check-ins using]
1 | ;; put stuff here | > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ;; 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))) |