]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
kselftest: Fix NULL INSTALL_PATH for TARGETS runlist
authorPrabhakar Kushwaha <pkushwaha@marvell.com>
Tue, 22 Oct 2019 13:27:17 +0000 (13:27 +0000)
committerMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Fri, 17 Jan 2020 17:23:35 +0000 (14:23 -0300)
commit4e8f383a7135d7c32503d3bf4c1cdb8d918471a3
tree8fefdc1fcad6f3979c64a8308c84a04543724c08
parent5b5f2ff8d0c152f54fe14d580312e88b8a9b4cc2
kselftest: Fix NULL INSTALL_PATH for TARGETS runlist

BugLink: https://bugs.launchpad.net/bugs/1856334
[ Upstream commit 02bf1f8b3c43eec5053c35c14fb9f138186b4123 ]

As per commit 131b30c94fbc ("kselftest: exclude failed TARGETS from
runlist") failed targets were excluded from the runlist. But value
$$INSTALL_PATH is always NULL. It should be $INSTALL_PATH instead
$$INSTALL_PATH.

So, fix Makefile to use $INSTALL_PATH.

Fixes: 131b30c94fbc ("kselftest: exclude failed TARGETS from runlist")
Signed-off-by: Prabhakar Kushwaha <pkushwaha@marvell.com>
Reviewed-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
tools/testing/selftests/Makefile