From: Seth Forshee Date: Mon, 13 Mar 2017 13:02:14 +0000 (-0500) Subject: Revert "UBUNTU: SAUCE: Disable timers selftest for now" X-Git-Tag: Ubuntu-4.10.0-14.16~249 X-Git-Url: https://git.proxmox.com/?p=mirror_ubuntu-zesty-kernel.git;a=commitdiff_plain;h=f8620f71a5ce704e0c168ec4ba71be5a092b3d1d Revert "UBUNTU: SAUCE: Disable timers selftest for now" BugLink: http://bugs.launchpad.net/bugs/1672372 This patch was never effective in its intended purpose due to the way the kernel self tests are invoked in autotest. Signed-off-by: Seth Forshee --- diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 9135188a983d..831022b12848 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -27,9 +27,9 @@ TARGETS += size TARGETS += static_keys TARGETS += sync TARGETS += sysctl -#ifneq (1, $(quicktest)) -#TARGETS += timers -#endif +ifneq (1, $(quicktest)) +TARGETS += timers +endif TARGETS += user TARGETS += vm TARGETS += x86