From 502d77e207fa87fd64d21f7ace44d8e59a1ffcd1 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 3 Jun 2016 09:12:12 +0900 Subject: [PATCH] Skip pybench test at build [Model] ALL [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] pybench tested at build time [Cause & Measure] skip pybench testing [Checking Method] N/A [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: Ib85370fe134efa0960bcbff3bda747960a1e7d2e Signed-off-by: DongHun Kwak --- Makefile.pre.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index ee3dbca..4afbeef 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -203,7 +203,8 @@ TCLTK_INCLUDES= @TCLTK_INCLUDES@ TCLTK_LIBS= @TCLTK_LIBS@ # The task to run while instrument when building the profile-opt target -PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck +PROFILE_TASK= +#PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py # === Definitions added by makesetup === -- 2.7.4