Changes In Branch v1.65-cant-verify-at-home Through [b711d2b430] Excluding Merge-Ins
This is equivalent to a diff from e4718cf7ed to b711d2b430
2018-01-02
| ||
16:05 | bumped version check-in: 9372868385 user: bjbarcla tags: v1.65 | |
2017-12-31
| ||
00:38 | idea Leaf check-in: e4b276aa24 user: bb tags: v1.65-cant-verify-at-home | |
2017-12-30
| ||
03:12 | fixed two probable bugs check-in: b711d2b430 user: bb tags: v1.65-cant-verify-at-home | |
2017-12-29
| ||
16:16 | run-wait should wait on launched tests which have uname=n/a too check-in: e4718cf7ed user: bjbarcla tags: v1.65 | |
16:14 | run-wait should wait on launched tests which have no itempath too check-in: 87b98ca112 user: bjbarcla tags: v1.65 | |
Modified Makefile from [c37f1ed514] to [e9112109b2].
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - + | MTESTHASH=$(shell fossil info|grep checkout:| awk '{print $$2}') CSIPATH=$(shell which csi) CKPATH=$(shell dirname $(shell dirname $(CSIPATH))) # ARCHSTR=$(shell uname -m)_$(shell uname -r) # BASH_MACHTYPE=$(shell bash -c "echo \$$MACHTYPE") # ARCHSTR=$(BASH_MACHTYPE)_$(shell lsb_release -sr) |
︙ |
Modified http-transport.scm from [1e8ff99827] to [805ca7974c].
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - + | #f (conc "http://" (car hostport) ":" (cadr hostport)))) (define *server-loop-heart-beat* (current-seconds)) ;;====================================================================== ;; S E R V E R |
︙ |
Modified subrun.scm from [011e42f3f6] to [220b1e2631].
︙ | |||
85 86 87 88 89 90 91 | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | - - - - - - + + + + + + + | (configf:write-alist testconfig "testconfig.subrun"))) (define (subrun:set-state-status test-run-dir state status new-state-status) (if (and (not (subrun:subrun-removed? test-run-dir)) (subrun:subrun-test-initialized? test-run-dir)) (let* ((action-switches-str (conc "-set-state-status "new-state-status |
︙ | |||
178 179 180 181 182 183 184 | 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 | + - - + + | (conc target "-" runname "-" (or testpatt mode-patt tag-expr "NO-TESTPATT")))) (logfile (conc test-run-dir "/" (if log-prefix |
︙ |