Skip pybench test at build 72/72872/2 tizen submit/tizen/20160621.020852
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 3 Jun 2016 00:12:12 +0000 (09:12 +0900)
committerDonghun Kwak <dh0128.kwak@samsung.com>
Wed, 15 Jun 2016 07:27:02 +0000 (00:27 -0700)
[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 <dh0128.kwak@samsung.com>
Makefile.pre.in

index ee3dbca160c595ddf8204ad78b2e6446f516d82c..4afbeefa7b194a32894e3d0fa3accbcc3aaff2d8 100644 (file)
@@ -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 ===