Skip to content

Commit 01de349

Browse files
crgeddesdcrowell77
authored andcommitted
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent 9a5c0aa commit 01de349

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/usr/fapi2/runtime/test/makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ MODULE = testfapi2_rt
3232

3333
include ../../test/fapi2Test.mk
3434

35-
$(info TESTS before is ${TESTS})
35+
#Use temp variables to remove the tests we do not want to run in runtime
3636
TMPVAR1 := ${TESTS}
3737
#RTC: 181003 need to determine why fapi2HwpErrorBufferTest.H is getting data storage exception in RT
3838
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})
3939
TMPVAR2 := ${OBJS}
4040
OBJS = $(filter-out getVpdTest.o, ${TMPVAR2})
4141
include ${ROOTPATH}/config.mk
42-
$(info TESTS after is ${TESTS})
4342
VPATH += ../../test/
4443

0 commit comments

Comments
 (0)