aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/cgroup
diff options
context:
space:
mode:
authorCristian Marussi <cristian.marussi@arm.com>2019-12-10 11:44:59 +0000
committerShuah Khan <skhan@linuxfoundation.org>2020-01-06 13:13:36 -0700
commit5f70bde26a48769012006e22f16cb768f9681020 (patch)
tree151bc10ecd357c4a563916ff2302f1bcea791d17 /tools/testing/selftests/cgroup
parentLinux 5.5-rc5 (diff)
downloadlinux-dev-5f70bde26a48769012006e22f16cb768f9681020.tar.xz
linux-dev-5f70bde26a48769012006e22f16cb768f9681020.zip
selftests: fix build behaviour on targets' failures
Currently, when some of the KSFT subsystems fails to build, the toplevel KSFT Makefile just keeps carrying on with the build process. This behaviour is expected and desirable especially in the context of a CI system running KSelfTest, since it is not always easy to guarantee that the most recent and esoteric dependencies are respected across all KSFT TARGETS in a timely manner. Unfortunately, as of now, this holds true only if the very last of the built subsystems could have been successfully compiled: if the last of those subsystem instead failed to build, such failure is taken as the whole outcome of the Makefile target and the complete build/install process halts even though many other preceding subsytems were in fact already built successfully. Fix the KSFT Makefile behaviour related to all/install targets in order to fail as a whole only when the all/install targets have failed for all of the requested TARGETS, while succeeding when at least one of TARGETS has been successfully built. Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/cgroup')
0 files changed, 0 insertions, 0 deletions