From 72151bf59375f136954a686355adfe9c68d1203f Mon Sep 17 00:00:00 2001 From: adamdebek Date: Thu, 29 Aug 2024 14:24:17 +0200 Subject: [PATCH] busybox: make ls test to run first due to #1117 issue JIRA: CI-466 --- busybox/test_busybox.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/busybox/test_busybox.yaml b/busybox/test_busybox.yaml index 42b0c212..e552bf04 100644 --- a/busybox/test_busybox.yaml +++ b/busybox/test_busybox.yaml @@ -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 @@ -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