]> code.ossystems Code Review - openembedded-core.git/commit
send-error-report: Fix test for name > 50 chars
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2018 09:40:46 +0000 (10:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2018 11:19:06 +0000 (12:19 +0100)
commit844f8d46f522a994dbff00245c4ffb07452577a8
treedb4ef114c21eec562e26267284fd8e4752b457c9
parent06079240e4eb0a3e1f528f6c8d6f3ea20754afee
send-error-report: Fix test for name > 50 chars

A name > 50 chars causes a 500 internal server error and should be warned
to the user but the code to do so currently doesn't work. Fix the logic.

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