Skip to content

Commit 5701864

Browse files
committed
chore: get bacon working with reset testing
1 parent 3a5d16e commit 5701864

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"libxcb",
77
"libxkbcommon",
88
"logviewer",
9+
"pkill",
910
"xfixes"
1011
]
1112
}

bacon.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# This is a configuration file for the bacon tool
2-
#
3-
# Complete help on configuration: https://dystroy.org/bacon/config/
4-
#
5-
#  You may check the current default at
6-
# https://github.com/Canop/bacon/blob/main/defaults/default-bacon.toml
72

83
[jobs.reset-settings-and-run]
94
command = [
105
"sh",
116
"-c",
12-
"./scripts/remove_settings_and_run_with_default.sh",
7+
"trash ~/.local/share/logviewer/app.ron; cargo run",
138
]
149
need_stdout = true
1510
allow_warnings = true

scripts/remove_settings_and_run_with_default.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)