Skip to content

Commit

Permalink
chore: get bacon working with reset testing
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 29, 2024
1 parent 3a5d16e commit 5701864
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"libxcb",
"libxkbcommon",
"logviewer",
"pkill",
"xfixes"
]
}
7 changes: 1 addition & 6 deletions bacon.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# This is a configuration file for the bacon tool
#
# Complete help on configuration: https://dystroy.org/bacon/config/
#
#  You may check the current default at
# https://github.com/Canop/bacon/blob/main/defaults/default-bacon.toml

[jobs.reset-settings-and-run]
command = [
"sh",
"-c",
"./scripts/remove_settings_and_run_with_default.sh",
"trash ~/.local/share/logviewer/app.ron; cargo run",
]
need_stdout = true
allow_warnings = true
Expand Down
11 changes: 0 additions & 11 deletions scripts/remove_settings_and_run_with_default.sh

This file was deleted.

0 comments on commit 5701864

Please sign in to comment.