mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
go-helloworld: update to latest revision
Fix up test case to match what binary prints. (From OE-Core rev: 4683804b9669c71d31ea6a8a300e6e87e817ee12) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3dac429130
commit
16bf55b8fb
@@ -18,4 +18,4 @@ class GoHelloworldTest(OERuntimeTestCase):
|
||||
self.assertEqual(status, 0, msg=msg)
|
||||
|
||||
msg = 'Incorrect output: %s' % output
|
||||
self.assertEqual(output, "Hello, Go examples!", msg=msg)
|
||||
self.assertEqual(output, "Hello, world!", msg=msg)
|
||||
|
||||
Reference in New Issue
Block a user