|
24 | 24 | {
|
25 | 25 | "taskName": "Testing project (1testrunner)",
|
26 | 26 | "args": [
|
27 |
| - "1testrunner", |
| 27 | + "1testrunner", |
28 | 28 | "-runall",
|
29 | 29 | "${workspaceRoot}/tests"
|
30 | 30 | ],
|
31 | 31 | "echoCommand": true,
|
32 | 32 | "showOutput": "always",
|
33 | 33 | "suppressTaskName": true,
|
34 |
| - // "isBuildCommand": false, |
35 | 34 | "isTestCommand": false,
|
36 | 35 | "problemMatcher": {
|
37 | 36 | "fileLocation": "absolute",
|
|
46 | 45 | {
|
47 | 46 | "taskName": "Testing project (opm test)",
|
48 | 47 | "args": [
|
49 |
| - "oscript", |
50 |
| - "src/opm.os", |
| 48 | + "oscript", |
| 49 | + "src/opm.os", |
51 | 50 | "test"
|
52 | 51 | ],
|
53 | 52 | "echoCommand": true,
|
54 | 53 | "showOutput": "always",
|
55 | 54 | "suppressTaskName": true,
|
56 |
| - // "isBuildCommand": false, |
57 | 55 | "isTestCommand": false,
|
58 | 56 | "problemMatcher": {
|
59 | 57 | "fileLocation": "absolute",
|
|
68 | 66 | {
|
69 | 67 | "taskName": "Testing current test-file",
|
70 | 68 | "args": [
|
71 |
| - "1testrunner", |
| 69 | + "1testrunner", |
72 | 70 | "-run",
|
73 | 71 | "${file}"
|
74 | 72 | ],
|
|
90 | 88 | {
|
91 | 89 | "taskName": "Exec all features",
|
92 | 90 | "args": [
|
93 |
| - "1bdd", |
| 91 | + "1bdd", |
94 | 92 | "${workspaceRoot}/features",
|
95 |
| - "-fail-fast", |
96 |
| - "-out", |
| 93 | + "-fail-fast", |
| 94 | + "-out", |
97 | 95 | "${workspaceRoot}/exec.log"
|
98 | 96 | ],
|
99 | 97 | "echoCommand": true,
|
|
114 | 112 | {
|
115 | 113 | "taskName": "Exec feature",
|
116 | 114 | "args": [
|
117 |
| - "1bdd", |
| 115 | + "1bdd", |
118 | 116 | "${file}",
|
119 |
| - "-fail-fast", |
120 |
| - "-out", |
| 117 | + "-fail-fast", |
| 118 | + "-out", |
121 | 119 | "${workspaceRoot}/exec.log"
|
122 | 120 | ],
|
123 | 121 | "echoCommand": true,
|
|
128 | 126 | "problemMatcher": {
|
129 | 127 | "fileLocation": "absolute",
|
130 | 128 | "pattern": [
|
131 |
| - { |
132 |
| - "regexp": "{Модуль\\s+(.+)\\s\\/\\s.*:\\s+(\\d+)\\s+\\/\\s+([^{]*)", |
133 |
| - "file": 1, |
134 |
| - "location": 2, |
135 |
| - "message": 3 |
136 |
| - } |
| 129 | + { |
| 130 | + "regexp": "{Модуль\\s+(.+)\\s\\/\\s.*:\\s+(\\d+)\\s+\\/\\s+([^{]*)", |
| 131 | + "file": 1, |
| 132 | + "location": 2, |
| 133 | + "message": 3 |
| 134 | + } |
137 | 135 | ]
|
138 | 136 | }
|
139 | 137 | },
|
140 | 138 | {
|
141 | 139 | "taskName": "Exec feature for current step def",
|
142 | 140 | "args": [
|
143 |
| - "1bdd", |
| 141 | + "1bdd", |
144 | 142 | "${fileDirname}/../${fileBasenameNoExtension}.feature",
|
145 |
| - "-fail-fast", |
146 |
| - "-out", |
| 143 | + "-fail-fast", |
| 144 | + "-out", |
147 | 145 | "${workspaceRoot}/exec.log"
|
148 | 146 | ],
|
149 | 147 | "echoCommand": true,
|
|
154 | 152 | "problemMatcher": {
|
155 | 153 | "fileLocation": "absolute",
|
156 | 154 | "pattern": [
|
157 |
| - { |
158 |
| - "regexp": "{Модуль\\s+(.+)\\s\\/\\s.*:\\s+(\\d+)\\s+\\/\\s+([^{]*)", |
159 |
| - "file": 1, |
160 |
| - "location": 2, |
161 |
| - "message": 3 |
162 |
| - } |
| 155 | + { |
| 156 | + "regexp": "{Модуль\\s+(.+)\\s\\/\\s.*:\\s+(\\d+)\\s+\\/\\s+([^{]*)", |
| 157 | + "file": 1, |
| 158 | + "location": 2, |
| 159 | + "message": 3 |
| 160 | + } |
163 | 161 | ]
|
164 | 162 | }
|
165 | 163 | },
|
166 | 164 | {
|
167 | 165 | "taskName": "Generate feature steps",
|
168 | 166 | "args": [
|
169 |
| - "1bdd", |
| 167 | + "1bdd", |
170 | 168 | "gen",
|
171 | 169 | "${file}",
|
172 |
| - "-out", |
| 170 | + "-out", |
173 | 171 | "${workspaceRoot}/exec.log"
|
174 | 172 | ],
|
175 | 173 | "echoCommand": true,
|
|
197 | 195 | "echoCommand": true,
|
198 | 196 | "showOutput": "always",
|
199 | 197 | "suppressTaskName": true,
|
200 |
| - "isBuildCommand": false |
| 198 | + "isBuildCommand": false, |
| 199 | + "problemMatcher": [] |
201 | 200 | },
|
202 | 201 | {
|
203 | 202 | "taskName": "OneScript: compile",
|
204 | 203 | "args": [
|
205 |
| - "oscript", |
206 |
| - "-encoding=utf-8", |
| 204 | + "oscript", |
| 205 | + "-encoding=utf-8", |
207 | 206 | "-compile",
|
208 | 207 | "${file}"
|
209 | 208 | ],
|
|
215 | 214 | {
|
216 | 215 | "taskName": "OneScript: check",
|
217 | 216 | "args": [
|
218 |
| - "oscript", |
219 |
| - "-encoding=utf-8", |
| 217 | + "oscript", |
| 218 | + "-encoding=utf-8", |
220 | 219 | "-check",
|
221 | 220 | "${file}"
|
222 | 221 | ],
|
|
228 | 227 | {
|
229 | 228 | "taskName": "OneScript: make",
|
230 | 229 | "args": [
|
231 |
| - "oscript", |
232 |
| - "-encoding=utf-8", |
| 230 | + "oscript", |
| 231 | + "-encoding=utf-8", |
233 | 232 | "-make",
|
234 | 233 | "${file}",
|
235 | 234 | "${fileBasename}.exe"
|
|
242 | 241 | {
|
243 | 242 | "taskName": "OneScript: run",
|
244 | 243 | "args": [
|
245 |
| - "oscript", |
246 |
| - "-encoding=utf-8", |
| 244 | + "oscript", |
| 245 | + "-encoding=utf-8", |
247 | 246 | "${file}"
|
248 | 247 | ],
|
249 | 248 | "echoCommand": true,
|
|
0 commit comments