Changes In Branch v1.60-ezstesp-bash-fix Through [9e46ec61db] Excluding Merge-Ins
This is equivalent to a diff from 810dd1492f to 9e46ec61db
2015-03-25
| ||
10:06 | Merged in bash4 fix check-in: 7cf45fd3fa user: mrwellan tags: v1.60 | |
2015-03-24
| ||
23:48 | Added sleeprunner stuff. Fixed (I hope) the ezsteps bash bug. check-in: bd1e420f28 user: matt tags: v1.60-ezstesp-bash-fix | |
00:23 | ezsteps fix check-in: 9e46ec61db user: matt tags: v1.60-ezstesp-bash-fix | |
2015-03-23
| ||
23:56 | nada check-in: 810dd1492f user: matt tags: v1.60 | |
2015-03-19
| ||
21:58 | Added event_time to runs and tests json output check-in: 7700e79406 user: matt tags: v1.60 | |
2015-02-03
| ||
22:14 | Cherrypicked test path reordering per Tal's request. check-in: b541c8f3a1 user: matt tags: v1.55, v1.5525 | |
Modified Makefile from [322ba28beb] to [a4b4fe5222].
︙ | |||
82 83 84 85 86 87 88 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | - + + + + + + + + + + + + + | $(PREFIX)/bin/.$(ARCHSTR)/ndboard : ndboard $(INSTALL) ndboard $(PREFIX)/bin/.$(ARCHSTR)/ndboard $(PREFIX)/bin/newdashboard : $(PREFIX)/bin/.$(ARCHSTR)/ndboard utils/mk_wrapper $(PREFIX) ndboard $(PREFIX)/bin/newdashboard chmod a+x $(PREFIX)/bin/newdashboard |
︙ |
Modified utils/mt_ezstep from [298bdcd309] to [6865452478].
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - - - - + + + + + | command=$* allstatus=99 runstatus=99 logpropstatus=99 |
︙ |
Modified utils/mt_laststep from [14b0f87d14] to [b984c38ecb].
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + + | # # Example: copy files # mt_runstep copy_files cp $frompath $topath # # Use a copy_files.logpro file like this: # (expect:error in "LogFileBody" = 0 "Any err/error/warn/warning" #/(err|warn)/) # |
︙ |