pmem / pmemfile

Userspace implementation of file APIs using persistent memory.
Other
34 stars 21 forks source link

common: fix Coverity builds #442

Closed ldorau closed 6 years ago

ldorau commented 6 years ago

Patch the Coverity script. Recently, this script regularly exits with an error, even though the build is successfully submitted. Probably because the status code is missing in response, or it's not 201.

Changes: 1) change the expected status code to 200 and 2) print the full response string.

This change should be reverted when the Coverity script is fixed.


This change is Reviewable