-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sim-all: Allow running the simulator without it writing on disk
It is rather annoying to run the simulator and having to delete the output files when we are doing testing/dev. This allows us to do so without the file being created. I've approached this by making the simulator to write the results to "/dev/null" to minimized the code diff, but I'm happy to change the approach if this feels to hacky (it is worth to keep in mind this is for dev only).
- Loading branch information
Showing
2 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters