Overview
Artifact ID: | 58ad137138060646834af98082569ee89a863468 |
---|---|
Ticket: | 51f2557c247f608c5a405209608d9bf802b36e1f
Provide switch to emit run status of a run |
User & Date: | bjbarcla on 2015-09-23 14:37:26 |
Changes
- icomment:
Provide a switch to output status of runs matching specified pattern. Output would be "<runname> <overall status>" for each run matching pattern. overall status should reflect the overall status of the run. THe idea is that a querying script could know whether a run is "done, but at least one test failed", "done, all tests passed" "in progress", "not started". Eg: if some tests are running, others are not started, and others are completed Output should be spartan to make parsing easy. Example: megatest -runstatus % myrun0 COMPLETED/FAIL myrun1 COMPLETED/PASS myrun3 RUNNING/PASS myrun3 RUNNING/FAIL myrun4 NOT_STARTED myrun5 STUCK
- login: "bjbarcla"
- mimetype: "text/x-fossil-plain"
- private_contact changed to: "463e166cbd557fda643f629dd4886619ce461689"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "Provide switch to emit run status of a run"
- type changed to: "Feature_Request"