On Tue, Nov 12 2024, Richard Purdie wrote:
> On Mon, 2024-11-11 at 09:35 +0100, Ola x Nilsson via lists.openembedded.org
> wrote:
>> From: Ola x Nilsson
>>
>> Add a sed substitution for ${PTEST_PATH}/Makefile that transforms
>> TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
>>
On Mon, 2024-11-11 at 09:35 +0100, Ola x Nilsson via lists.openembedded.org
wrote:
> From: Ola x Nilsson
>
> Add a sed substitution for ${PTEST_PATH}/Makefile that transforms
> TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
> to
> TEST_LOG_DRIVER = $(SHELL) $(top_builddir)/buil
From: Ola x Nilsson
Add a sed substitution for ${PTEST_PATH}/Makefile that transforms
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
to
TEST_LOG_DRIVER = $(SHELL) $(top_builddir)/build-aux/test-driver
which is where the test-driver script can be found when installed.
There used