()
| 136 | } |
| 137 | |
| 138 | func resetVerifyFlags() { |
| 139 | verifyTaskID = "" |
| 140 | verifyFormat = "table" |
| 141 | verifyDryRun = false |
| 142 | verifyTimeout = 60 |
| 143 | verifyAll = false |
| 144 | taskDir = "." |
| 145 | } |
| 146 | |
| 147 | type verifyOutput struct { |
| 148 | stdout string |
no outgoing calls
no test coverage detected