Skip to content

Commit

Permalink
update some watch/test flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Mar 21, 2021
1 parent 76bef7d commit 5cf872d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/metapackage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "tsc -b",
"clean": "rimraf lib",
"prepublishOnly": "npm run build",
"watch": "tsc -b --watch"
"watch": "tsc -b --watch --preserveWatchOutput"
},
"dependencies": {
"lsp-ws-connection": "file:../lsp-ws-connection",
Expand Down
3 changes: 1 addition & 2 deletions scripts/atest.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def atest(attempt, extra_args):
stem = get_stem(attempt, extra_args)

for non_critical in NON_CRITICAL:
extra_args += ["--noncritical", "AND".join(non_critical)]
extra_args += ["--skiponfailure", "AND".join(non_critical)]

if attempt != 1:
previous = OUT / f"{get_stem(attempt - 1, extra_args)}.robot.xml"
Expand All @@ -94,7 +94,6 @@ def atest(attempt, extra_args):
OUT / f"{stem}.log.html",
"--report",
OUT / f"{stem}.report.html",
"--xunitskipnoncritical",
"--xunit",
OUT / f"{stem}.xunit.xml",
"--variable",
Expand Down

0 comments on commit 5cf872d

Please sign in to comment.