Skip to content

Commit

Permalink
Updated runner argument --dev-cache-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Oct 23, 2024
1 parent 1660df9 commit df6eee0
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 @@ -41,7 +41,7 @@ def run_test_on_directory(directory, capsys):
name = f"test_{utils.randomword(12)}"

# Run the application
runner = Runner(name=name, uri=ROOT_DIR, filename=f"{directory}/usage_scenario.yml", uri_type="folder", dev_no_build=True, dev_no_sleeps=True, skip_unsafe=True, skip_system_checks=True)
runner = Runner(name=name, uri=ROOT_DIR, filename=f"{directory}/usage_scenario.yml", uri_type="folder", dev_cache_build=True, dev_no_sleeps=True, skip_unsafe=True, skip_system_checks=True)
runner.run()

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

0 comments on commit df6eee0

Please sign in to comment.