]> code.ossystems Code Review - openembedded-core.git/commit
send-error-report: Fix dubious error reporting
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2018 09:35:47 +0000 (10:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2018 11:19:04 +0000 (12:19 +0100)
commit06079240e4eb0a3e1f528f6c8d6f3ea20754afee
tree66b0e1a61e2c46b7d91051ea20dc88890536da80
parent59a0a05235d80c86251cf45d7142bfc57f2e70d2
send-error-report: Fix dubious error reporting

Currently this code prints things like:

ERROR: OK

which is unhelpful at best. After this change it would print:

ERROR: HTTP Error 500

which at least gives us something to work on.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/send-error-report