mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
verify-bashisms: explicitly shut down server
Current tinfoil2 requires manually shutting down the server. Without that, the script hangs during exit. This might change in the future. (From OE-Core rev: 62f42ce063115f4a02c219e323252223818a150f) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
83469f229d
commit
48c65ddaa4
@@ -114,3 +114,4 @@ if __name__=='__main__':
|
|||||||
for message,source in results:
|
for message,source in results:
|
||||||
print(" %s\n %s" % (message, source))
|
print(" %s\n %s" % (message, source))
|
||||||
print()
|
print()
|
||||||
|
tinfoil.shutdown()
|
||||||
|
|||||||
Reference in New Issue
Block a user