Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 17, 2023
1 parent d802214 commit ba01863
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/acceptance/test_acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ def test_robot():
pytest.importorskip("JupyterLibrary")

env = dict(**os.environ)
robot_args = ["robot", "--consolecolors=on", f"--outputdir={OUTPUT}"]
robot_args = [
"robot",
"--consolecolors=on",
"--exitonfailure",
f"--outputdir={OUTPUT}",
]

if NOTEBOOK_VERSION and NOTEBOOK_VERSION >= 7:
robot_args += ["--exclude", "app:classic"]
Expand Down

0 comments on commit ba01863

Please sign in to comment.