Overview
Comment: | Unit test for tests updated |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | redir-logs |
Files: | files | file ages | folders |
SHA1: |
ec41292f5dd80149015ebdab9859d538 |
User & Date: | mrwellan on 2016-06-21 10:08:33 |
Other Links: | branch diff | manifest | tags |
Context
2016-06-21
| ||
10:22 | Redid redirecting of logs with -log check-in: c5596c2e5f user: mrwellan tags: redir-logs | |
10:08 | Unit test for tests updated check-in: ec41292f5d user: mrwellan tags: redir-logs | |
09:57 | Switch to *default-log-port* check-in: f52cd44a6e user: mrwellan tags: redir-logs | |
Changes
Modified tests/Makefile from [0ec8867fd3] to [49bad1c011].
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | # The NEWTARGET causes some tests to fail. Do not use until this is fixed. NEWTARGET = "$(OS)/$(FS)/$(VER)" TARGET = "ubuntu/nfs/none" all : build unit test1 test2 test3 test4 test5 test6 test7 test8 test9 |
︙ |
Modified tests/unittests/tests.scm from [936d866cb6] to [eb49f922eb].
︙ | |||
66 67 68 69 70 71 72 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | - + | (lambda (x) (cons (vector-ref x 3)(vector-ref x 4))) (rmt:get-tests-for-run run-id "%/%" '("RUNNING") '("WARN") #f #f #f 'event_time "DESC" 'shortlist 0 'dashboard))) (set! *verbosity* 1) (print "MODE=not in, state in RUNNING and status IN WARN") (set! *verbosity* 8) |