File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 23
23
"build" : " tsc -b" ,
24
24
"clean" : " rimraf lib" ,
25
25
"prepublishOnly" : " npm run build" ,
26
- "watch" : " tsc -b --watch"
26
+ "watch" : " tsc -b --watch --preserveWatchOutput "
27
27
},
28
28
"dependencies" : {
29
29
"lsp-ws-connection" : " file:../lsp-ws-connection" ,
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def atest(attempt, extra_args):
74
74
stem = get_stem (attempt , extra_args )
75
75
76
76
for non_critical in NON_CRITICAL :
77
- extra_args += ["--noncritical " , "AND" .join (non_critical )]
77
+ extra_args += ["--skiponfailure " , "AND" .join (non_critical )]
78
78
79
79
if attempt != 1 :
80
80
previous = OUT / f"{ get_stem (attempt - 1 , extra_args )} .robot.xml"
@@ -94,7 +94,6 @@ def atest(attempt, extra_args):
94
94
OUT / f"{ stem } .log.html" ,
95
95
"--report" ,
96
96
OUT / f"{ stem } .report.html" ,
97
- "--xunitskipnoncritical" ,
98
97
"--xunit" ,
99
98
OUT / f"{ stem } .xunit.xml" ,
100
99
"--variable" ,
You can’t perform that action at this time.
0 commit comments