All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH ltp] testcases/kernel/Makefile: remove 'timer' from Android FILTER_OUT_DIRS
@ 2019-08-19  6:59 Yixin Zhang
  2019-08-19  8:26 ` Li Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Yixin Zhang @ 2019-08-19  6:59 UTC (permalink / raw)
  To: ltp

'timer' folder is removed in 0051eab232e7f777f435945b1aba8911f203d65b.
Remove it from FILTER_OUT_DIRS for Android

Signed-off-by: Yixin Zhang <yixin.zhang@intel.com>
---
 testcases/kernel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile
index 1a6a79be0..03ea25375 100644
--- a/testcases/kernel/Makefile
+++ b/testcases/kernel/Makefile
@@ -63,7 +63,7 @@ endif
 
 ifeq ($(ANDROID),1)
 FILTER_OUT_DIRS		+= containers controllers device-drivers fs io ipc mem \
-				sched security timers
+				sched security
 endif
 
 include $(top_srcdir)/include/mk/generic_trunk_target.mk
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [LTP] [PATCH ltp] testcases/kernel/Makefile: remove 'timer' from Android FILTER_OUT_DIRS
  2019-08-19  6:59 [LTP] [PATCH ltp] testcases/kernel/Makefile: remove 'timer' from Android FILTER_OUT_DIRS Yixin Zhang
@ 2019-08-19  8:26 ` Li Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Wang @ 2019-08-19  8:26 UTC (permalink / raw)
  To: ltp

On Mon, Aug 19, 2019 at 3:10 PM Yixin Zhang <yixin.zhang@intel.com> wrote:
>
> 'timer' folder is removed in 0051eab232e7f777f435945b1aba8911f203d65b.
> Remove it from FILTER_OUT_DIRS for Android

Good catch, pushed.

-- 
Regards,
Li Wang

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-19  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19  6:59 [LTP] [PATCH ltp] testcases/kernel/Makefile: remove 'timer' from Android FILTER_OUT_DIRS Yixin Zhang
2019-08-19  8:26 ` Li Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.