From 3ba5fe437999994758190d3c23a5a0a237d8a500 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 3 Jun 2016 09:00:05 +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: Icae6bec384073dca3fb2451a643109791d9d74c6 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 f81c261f..8b46be1a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -227,7 +227,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 # report files for gcov / lcov coverage report -- 2.34.1