Closed IoTravis closed 2 years ago
This PR addresses runtime errors when trying to execute the Report Portal plugin against plax v0.8.22.
2021-12-07T20:52:19.374Z [DEBUG] plugin: starting plugin: path=plaxrun_report_rp args=[plaxrun_report_rp] 2021/12/07 20:52:19 > exec: "plaxrun_report_rp": executable file not found in $PATH
The binary as packaged in https://github.com/Comcast/plax/releases/download/v0.8.22/plax_0.8.22_Linux_x86_64.tar.gz is plax_0.8.22_Linux_x86_64/plaxrun_report_portal
plax_0.8.22_Linux_x86_64/plaxrun_report_portal
Aligning the binary name, directory, and log messages should resolve this issue.
All committers have signed the CLA.
This PR addresses runtime errors when trying to execute the Report Portal plugin against plax v0.8.22.
The binary as packaged in https://github.com/Comcast/plax/releases/download/v0.8.22/plax_0.8.22_Linux_x86_64.tar.gz is
plax_0.8.22_Linux_x86_64/plaxrun_report_portal
Aligning the binary name, directory, and log messages should resolve this issue.