diff options
| author | Prasad Bg Ranganath <prasadbgr@in.ibm.com> | 2016-03-17 12:50:41 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-02 10:47:55 -0400 |
| commit | dc994064c73f0660b79021d4ef5969b16d715ae8 (patch) | |
| tree | e6a7ede571a911a430abdfb1c329d9e492a3e772 /src/usr/errl/parser | |
| parent | 977c4ed35c3120a0f978e5a518ea3e0eab66e073 (diff) | |
| download | blackbird-hostboot-dc994064c73f0660b79021d4ef5969b16d715ae8.tar.gz blackbird-hostboot-dc994064c73f0660b79021d4ef5969b16d715ae8.zip | |
FAPI2: FFDC Error XML Hostboot Integration
Change-Id: If5c82101d973ad8fb383252d93af3aa0bd97aea7
RTC: 124673
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22194
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/errl/parser')
| -rwxr-xr-x | src/usr/errl/parser/genErrlParsers.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr/errl/parser/genErrlParsers.pl b/src/usr/errl/parser/genErrlParsers.pl index 4f87f5869..6ddcdb113 100755 --- a/src/usr/errl/parser/genErrlParsers.pl +++ b/src/usr/errl/parser/genErrlParsers.pl @@ -1227,10 +1227,7 @@ sub getPluginDirsToParse { if ($dirEntryPath =~ /plugins/) { - # Found plugins directory - push(@pluginDirsToParse, $dirEntryPath) - if (!($dirEntryPath =~ /hwpf/)); - # TODO RTC 124673 disable fapi1 + push(@pluginDirsToParse, $dirEntryPath); } else { |

