Skip to content

Commit

Permalink
test(split): remove build banner from snapshot (zmkfirmware#2787)
Browse files Browse the repository at this point in the history
The test snapshot will otherwise be outdated each time there is a new
commit on https://github.com/zmkfirmware/zephyr.
  • Loading branch information
xudongzheng authored Jan 21, 2025
1 parent 40ea92d commit 40e9e5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/tests/ble/split/run-peripheral-behavior/nrf52_bsim.conf
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CONFIG_ZMK_SPLIT=y
CONFIG_BOOT_BANNER=n
CONFIG_ZMK_SPLIT=y
1 change: 0 additions & 1 deletion app/tests/ble/split/run-peripheral-behavior/snapshot.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
peripheral 0 OS build 702e50c58f67 ***
peripheral 0 <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
peripheral 0 <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
peripheral 0 <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 3.5 Build 0
Expand Down
3 changes: 2 additions & 1 deletion app/tests/ble/split/set-hid-indicators/nrf52_bsim.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_BOOT_BANNER=n
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_HID_INDICATORS=y
CONFIG_ZMK_SPLIT_PERIPHERAL_HID_INDICATORS=y
CONFIG_ZMK_SPLIT_PERIPHERAL_HID_INDICATORS=y
1 change: 0 additions & 1 deletion app/tests/ble/split/set-hid-indicators/snapshot.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
peripheral 0 OS build 702e50c58f67 ***
peripheral 0 <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
peripheral 0 <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
peripheral 0 <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 3.5 Build 0
Expand Down

0 comments on commit 40e9e5c

Please sign in to comment.