Skip to content

Commit

Permalink
Commands need file contents as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Feb 4, 2025
1 parent 1b57908 commit e4d0cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tests/e2e/test_dry_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def run_sunbeam(setup):
# shutil.copytree(stats_fp, "stats/")
Path("logs/").mkdir(parents=True, exist_ok=True)
Path("stats/").mkdir(parents=True, exist_ok=True)
Path("logs/file").touch()
Path("stats/file").touch()

output_fp = project_dir / "sunbeam_output"
benchmarks_fp = project_dir / "stats/"
Expand Down

0 comments on commit e4d0cdc

Please sign in to comment.