Re: [PATCH v2 4/4] tests/avocado: Run STM32 bFLT busybox binary in current directory

2024-08-22 Thread Thomas Huth
On 22/08/2024 11.50, Philippe Mathieu-Daudé wrote: When this test was added in commit 8011837a01, self.workdir was set to the test directory. As of this commit, it is not set anymore. Rather than using a full path to the busybox binary, we can run it in the current directory, effectively kludging

[PATCH v2 4/4] tests/avocado: Run STM32 bFLT busybox binary in current directory

2024-08-22 Thread Philippe Mathieu-Daudé
When this test was added in commit 8011837a01, self.workdir was set to the test directory. As of this commit, it is not set anymore. Rather than using a full path to the busybox binary, we can run it in the current directory, effectively kludging the fact that self.workdir is not set. Good enough t