summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2017-10-13 13:53:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-19 22:20:02 -0400
commit01de34913eb48a7ccc06eddfe3ac68a5be9c0dd1 (patch)
treec5fde6e6f367b98ca6f3e1143d8f1033e590a243 /src/usr/fapi2
parent9a5c0aa71b03cafe18e9527bb015ee7fed2e3631 (diff)
downloadtalos-hostboot-01de34913eb48a7ccc06eddfe3ac68a5be9c0dd1.tar.gz
talos-hostboot-01de34913eb48a7ccc06eddfe3ac68a5be9c0dd1.zip
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>
Diffstat (limited to 'src/usr/fapi2')
-rw-r--r--src/usr/fapi2/runtime/test/makefile3
1 files changed, 1 insertions, 2 deletions
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/
OpenPOWER on IntegriCloud