Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

busybox: make ls test to run first due to #1117 issue #370

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions busybox/test_busybox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ test:
value: [ia32-generic-qemu, armv7a9-zynq7000-qemu, armv7a9-zynq7000-zedboard, armv7a7-imx6ull-evk]

tests:
# ls have to be run first, before any file gets deleted due to the issue below:
# Issue: 1117 | https://github.com/phoenix-rtos/phoenix-rtos-project/issues/1117
- name: ls
execute: test_busybox ls

- name: busybox
execute: test_busybox busybox
Expand Down Expand Up @@ -82,9 +86,6 @@ test:
targets:
exclude: [armv7a9-zynq7000-qemu, armv7a9-zynq7000-zedboard, armv7a7-imx6ull-evk]

- name: ls
execute: test_busybox ls

- name: md5sum
execute: test_busybox md5sum

Expand Down
Loading