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 2323 "build" : " tsc -b" ,
2424 "clean" : " rimraf lib" ,
2525 "prepublishOnly" : " npm run build" ,
26- "watch" : " tsc -b --watch"
26+ "watch" : " tsc -b --watch --preserveWatchOutput "
2727 },
2828 "dependencies" : {
2929 "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):
7474 stem = get_stem (attempt , extra_args )
7575
7676 for non_critical in NON_CRITICAL :
77- extra_args += ["--noncritical " , "AND" .join (non_critical )]
77+ extra_args += ["--skiponfailure " , "AND" .join (non_critical )]
7878
7979 if attempt != 1 :
8080 previous = OUT / f"{ get_stem (attempt - 1 , extra_args )} .robot.xml"
@@ -94,7 +94,6 @@ def atest(attempt, extra_args):
9494 OUT / f"{ stem } .log.html" ,
9595 "--report" ,
9696 OUT / f"{ stem } .report.html" ,
97- "--xunitskipnoncritical" ,
9897 "--xunit" ,
9998 OUT / f"{ stem } .xunit.xml" ,
10099 "--variable" ,
You can’t perform that action at this time.
0 commit comments