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:
Patrick Ohly 2017-01-31 13:50:28 +01:00 committed by Richard Purdie
parent 83469f229d
commit 48c65ddaa4
1 changed files with 1 additions and 0 deletions

View File

@ -114,3 +114,4 @@ if __name__=='__main__':
for message,source in results:
print(" %s\n %s" % (message, source))
print()
tinfoil.shutdown()