You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redhat/spec: Install all selftests in a single step
JIRA: https://issues.redhat.com/browse/RHEL-70889
Upstream status: RHEL-only
The `make install` command for selftests emits all (sub)test names to
kselftest-list.txt. The problem is that each invocation of the command
overrides the file so running `make install` multiple times (which we do
as we build livepatch selftests separately) will result in an incomplete
kselftest-list.txt.
To fix this, separate the build stage from the install stage and make
sure that the install target is called only once for all the previously
built selftest targets.
Signed-off-by: Viktor Malik <vmalik@redhat.com>
0 commit comments