Skip to content

Commit 47fd458

Browse files
committed
Merge branch 'release/2.0.4'
2 parents a8de7de + f359a3d commit 47fd458

File tree

4 files changed

+250
-201
lines changed

4 files changed

+250
-201
lines changed

.atom-build.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"cmd": "oscript",
3+
"name": "Precommit1c full testing",
4+
"args": [ "-encoding=utf-8", "{PROJECT_PATH}/../oscript-library/tests/testrunner.os", "-runall", "{PROJECT_PATH}/tests"],
5+
"sh": false,
6+
"errorMatch": [
7+
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
8+
],
9+
"targets": {
10+
"Run current file": {
11+
"cmd": "oscript",
12+
"args": [ "-encoding=utf-8", "{FILE_ACTIVE}"],
13+
"sh": false,
14+
"errorMatch": [
15+
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
16+
]
17+
},
18+
"Test current test-file": {
19+
"cmd": "oscript",
20+
"args": [ "-encoding=utf-8", "{PROJECT_PATH}/../oscript-library/tests/testrunner.os", "-run", "{FILE_ACTIVE}"],
21+
"sh": false,
22+
"errorMatch": [
23+
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
24+
]
25+
},
26+
"Test select test-name": {
27+
"cmd": "oscript",
28+
"args": [ "-encoding=utf-8", "{PROJECT_PATH}/../oscript-library/tests/testrunner.os", "-run", "{FILE_ACTIVE}", "{SELECTION}"],
29+
"sh": false,
30+
"errorMatch": [
31+
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
32+
]
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)