From: Patrick Ohly Date: Tue, 31 Jan 2017 12:50:28 +0000 (+0100) Subject: verify-bashisms: explicitly shut down server X-Git-Tag: uninative-1.5~502 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=62f42ce063115f4a02c219e323252223818a150f;p=openembedded-core.git 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. Signed-off-by: Patrick Ohly Signed-off-by: Richard Purdie --- diff --git a/scripts/verify-bashisms b/scripts/verify-bashisms index 28795f4cc7..ed0a5631d0 100755 --- a/scripts/verify-bashisms +++ b/scripts/verify-bashisms @@ -114,3 +114,4 @@ if __name__=='__main__': for message,source in results: print(" %s\n %s" % (message, source)) print() + tinfoil.shutdown()