summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/test/rcTest.C
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2017-05-25 14:55:39 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-05-26 10:09:33 -0400
commitc6d4548dc21871d346d125f810574f1f9545aa2d (patch)
tree752a397741259b6aafcb60a98579f126196ec381 /src/usr/fapi2/test/rcTest.C
parent52ff15cd9297e76ef146363541dba4656d75a7c4 (diff)
downloadtalos-hostboot-c6d4548dc21871d346d125f810574f1f9545aa2d.tar.gz
talos-hostboot-c6d4548dc21871d346d125f810574f1f9545aa2d.zip
Remove proc_example_errors to fix mirror
Change-Id: If593c4d0ad0025f73b9242cf0b9431a016285902 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41002 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/rcTest.C')
-rwxr-xr-xsrc/usr/fapi2/test/rcTest.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/fapi2/test/rcTest.C b/src/usr/fapi2/test/rcTest.C
index 4f266e0f6..c8a437ff4 100755
--- a/src/usr/fapi2/test/rcTest.C
+++ b/src/usr/fapi2/test/rcTest.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -168,7 +168,7 @@ uint32_t rcTestReturnCodeCreator()
{
// Set the return code to a HWP code (intentionally use function
// that does not add error information).
- l_rc._setHwpError(RC_TEST_ERROR_A);
+ //l_rc._setHwpError(RC_TEST_ERROR_A);
// Ensure that the creator is HWP
l_creator = l_rc.getCreator();
OpenPOWER on IntegriCloud