Overview
Comment: | Merged in minor fix from fixing-logpro-test_data branch |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8e7dd486e53abcebd0be1d43f61ba61e |
User & Date: | mrwellan on 2012-01-26 09:32:54 |
Other Links: | manifest | tags |
Context
2012-01-26
| ||
23:18 | Added -test-paths query for getting paths to previous tests check-in: e6213e8dbb user: matt tags: trunk | |
09:32 | Merged in minor fix from fixing-logpro-test_data branch check-in: 8e7dd486e5 user: mrwellan tags: trunk | |
09:23 | Merged trunk to fixing-logpro-test_data Closed-Leaf check-in: 439b0bbdef user: mrwellan tags: fixing-logpro-test_data | |
2012-01-24
| ||
22:13 | Fixed status during eztest runs, merely set to RUNNING check-in: 64932fb9cd user: matt tags: trunk | |
Changes
Modified launch.scm from [3bbbbb3a8d] to [a165297934].
︙ | |||
305 306 307 308 309 310 311 | 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 | - + + + - + + + | ;; (eq? (vector-ref exit-info 2) 0)) ;; we can now use rollup-status instead ;; "PASS" ;; "FAIL") ;; "FAIL") ;; New logic based on rollup-status (cond ((not (vector-ref exit-info 1)) "FAIL") ;; job failed to run |
︙ |
Added tests/tests/ezlog_fail_then_pass/firststep.logpro version [1d9c0ef873].
|
Added tests/tests/ezlog_fail_then_pass/main.sh version [fd6c1c1d59].
|
Added tests/tests/ezlog_fail_then_pass/testconfig version [be9f816262].
|