From 01de34913eb48a7ccc06eddfe3ac68a5be9c0dd1 Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Fri, 13 Oct 2017 13:53:12 -0500 Subject: Remove extra make output that was added for debug during develoment I had added in some extra traces while working on enabling fapi2 runtime test cases. I forgot to remove these extra traces and the commit got merged. This commit removes the traces Change-Id: Ic6d738cdb1a25f9f05f174bd6475890d82487d18 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48399 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Elizabeth K. Liner Reviewed-by: Matt Derksen Reviewed-by: Daniel M. Crowell --- src/usr/fapi2/runtime/test/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr/fapi2') diff --git a/src/usr/fapi2/runtime/test/makefile b/src/usr/fapi2/runtime/test/makefile index a8a44b36c..d2a972d38 100644 --- a/src/usr/fapi2/runtime/test/makefile +++ b/src/usr/fapi2/runtime/test/makefile @@ -32,13 +32,12 @@ MODULE = testfapi2_rt include ../../test/fapi2Test.mk -$(info TESTS before is ${TESTS}) +#Use temp variables to remove the tests we do not want to run in runtime TMPVAR1 := ${TESTS} #RTC: 181003 need to determine why fapi2HwpErrorBufferTest.H is getting data storage exception in RT TESTS = $(filter-out ${ROOTPATH}/src/usr/fapi2/test/getVpdTest.H ${ROOTPATH}/src/usr/fapi2/test/fapi2GetVpdTest.H ${ROOTPATH}/src/usr/fapi2/test/fapi2HwpErrorBufferTest.H ${ROOTPATH}/src/usr/fapi2/test/fapi2SubroutineExecutorTest.H , ${TMPVAR1}) TMPVAR2 := ${OBJS} OBJS = $(filter-out getVpdTest.o, ${TMPVAR2}) include ${ROOTPATH}/config.mk -$(info TESTS after is ${TESTS}) VPATH += ../../test/ -- cgit v1.2.1