This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git
The following commit(s) were added to refs/heads/master by this push:
new a5165a89 Fix sysinit test
a5165a89 is described below
commit a5165a89ec07d9de8244351aeb0a39f50d4deafd
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Jan 4 11:06:23 2024 +0100
Fix sysinit test
Remove unneeded commands and update test reference data.
---
.github/newt_sysinit/expected.txt | 7 ++++---
.github/workflows/test_sysinit.yml | 3 ---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/.github/newt_sysinit/expected.txt
b/.github/newt_sysinit/expected.txt
index 7c6cdebd..e3f5790e 100644
--- a/.github/newt_sysinit/expected.txt
+++ b/.github/newt_sysinit/expected.txt
@@ -7,11 +7,12 @@ Brief sysinit config for targets/nordic_pca10056_btshell:
20 | @apache-mynewt-core/sys/console/full |
console_pkg_init | CONSOLE_SYSINIT_STAGE
100 | @apache-mynewt-core/sys/log/full | log_init
| LOG_SYSINIT_STAGE_MAIN
100 | @apache-mynewt-core/sys/log/modlog | modlog_init
| MODLOG_SYSINIT_STAGE
- 250 | @apache-mynewt-nimble/nimble/transport |
ble_transport_init |
- 251 | @apache-mynewt-nimble/nimble/transport |
ble_transport_hs_init |
+ 250 | @apache-mynewt-nimble/nimble/transport |
ble_transport_init |
+ | @apache-mynewt-nimble/nimble/controller | ble_ll_init
|
+ 251 | @apache-mynewt-nimble/nimble/transport |
ble_transport_hs_init |
301 | @apache-mynewt-nimble/nimble/host/services/gap |
ble_svc_gap_init | BLE_SVC_GAP_SYSINIT_STAGE
302 | @apache-mynewt-nimble/nimble/host/services/gatt |
ble_svc_gatt_init | BLE_SVC_GATT_SYSINIT_STAGE
303 | @apache-mynewt-nimble/nimble/host/services/ans |
ble_svc_ans_init | BLE_SVC_ANS_SYSINIT_STAGE
500 | @apache-mynewt-nimble/nimble/host/store/config |
ble_store_config_init | BLE_STORE_SYSINIT_STAGE
500 | @apache-mynewt-core/sys/shell | shell_init
| SHELL_SYSINIT_STAGE
- | @apache-mynewt-nimble/nimble/transport |
ble_transport_ll_init |
+ | @apache-mynewt-nimble/nimble/transport |
ble_transport_ll_init |
diff --git a/.github/workflows/test_sysinit.yml
b/.github/workflows/test_sysinit.yml
index 13b07870..e0875c6f 100644
--- a/.github/workflows/test_sysinit.yml
+++ b/.github/workflows/test_sysinit.yml
@@ -52,9 +52,6 @@ jobs:
- name: Test_sysinit
shell: bash
run: |
- newt
- newt help
- newt version
newt new project
cp -r .github/targets/nordic_pca10056_btshell project/targets
cd project/