
Hi Stephen,
On 16 May 2018 at 09:55, Stephen Warren swarren@wwwdotorg.org wrote:
On 05/16/2018 01:10 AM, Simon Glass wrote:
The redirection seems to cause this test to fail now. It isn't needed, so drop it.
I guess I have no particular objection to this, but I will point out that the test is working just fine as-is right now, so it might be worth investigating more re: what the error is and why it's happening... It'd be good to describe the details of the failure in the commit description too.
So the test works OK for you? For me it fails. I'll update the commit message.
# Store the output so it can be accessed if we raise an exception. self.output = output self.exit_status = exit_status if exception:
raise exception
E Exception: Exit code: 1
test/py/multiplexed_log.py:173: Exception --------------------------------------- Captured stdout call --------------------------------------- +openssl genpkey -algorithm RSA -out /usr/local/google/home/sjg/cosarm/src/third_party/u-boot/files/build-sandbox/dev.key -pkeyopt rsa_keygen_bits:2048 -pkeyopt rsa_keygen_pubexp:65537 2>/dev/null genpkey: Use -help for summary. Exit code: 1
Regards, Simon