]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
Revert "UBUNTU: SAUCE: Disable timers selftest for now"
authorSeth Forshee <seth.forshee@canonical.com>
Mon, 13 Mar 2017 13:02:14 +0000 (08:02 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 13 Mar 2017 13:02:14 +0000 (08:02 -0500)
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 <seth.forshee@canonical.com>
tools/testing/selftests/Makefile

index 9135188a983dff1834b5bef9bcebcd70735bf857..831022b12848de68695065040b38bd7ec55f7577 100644 (file)
@@ -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