Artifact 1c532ab9c977ddede0427009bace1cc4bf49c303:
- File tests/fullrun/runfirst/wasting_time.logpro — part of check-in [e06ef7ae11] at 2012-04-21 23:36:51 on branch extend-test-get-path — Moved the full run test suite to fullrun (user: matt, size: 284) [annotate] [blame] [check-ins using]
- File tests/fullrun/singletest/wasting_time.logpro — part of check-in [e06ef7ae11] at 2012-04-21 23:36:51 on branch extend-test-get-path — Moved the full run test suite to fullrun (user: matt, size: 284) [annotate] [blame] [check-ins using]
- File tests/fullrun/singletest2/wasting_time.logpro — part of check-in [e06ef7ae11] at 2012-04-21 23:36:51 on branch extend-test-get-path — Moved the full run test suite to fullrun (user: matt, size: 284) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/runfirst/wasting_time.logpro — part of check-in [423f168820] at 2012-04-22 00:03:24 on branch extend-test-get-path — Arduously moved tests to the tests dir (user: matt, size: 284) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/singletest/wasting_time.logpro — part of check-in [423f168820] at 2012-04-22 00:03:24 on branch extend-test-get-path — Arduously moved tests to the tests dir (user: matt, size: 284) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/singletest2/wasting_time.logpro — part of check-in [423f168820] at 2012-04-22 00:03:24 on branch extend-test-get-path — Arduously moved tests to the tests dir (user: matt, size: 284) [annotate] [blame] [check-ins using]
- File tests/tests/runfirst/wasting_time.logpro — part of check-in [8d68c68080] at 2011-06-07 00:25:55 on branch trunk — Added table based iteration (user: mrwellan, size: 284) [annotate] [blame] [check-ins using]
- File tests/tests/singletest/wasting_time.logpro — part of check-in [5d48bcf740] at 2011-06-18 22:20:44 on branch experimental — Adding a singletest (i.e. no items) (user: mrwellan, size: 284) [annotate] [blame] [check-ins using]
- File tests/tests/singletest2/wasting_time.logpro — part of check-in [a6f2ac3f35] at 2011-06-19 12:03:53 on branch experimental — Added some additional tests to the example run (user: mrwellan, size: 284) [annotate] [blame] [check-ins using]
;; 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)))