Skip to content

Commit

Permalink
Changed to new runner argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jan 2, 2024
1 parent 7fb0e9b commit ae0f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run_test_on_directory(directory, capsys, skip_unsafe=False):
name = f"test_{utils.randomword(12)}"

# Run the application
runner = Runner(name=name, uri=directory, uri_type="folder", dev_repeat_run=True, skip_unsafe=skip_unsafe, skip_system_checks=True)
runner = Runner(name=name, uri=directory, uri_type="folder", dev_no_build=True, skip_unsafe=skip_unsafe, skip_system_checks=True)
runner.run()

# Capture Std.Out and Std.Err and make Assertions
Expand Down

0 comments on commit ae0f4b1

Please sign in to comment.