[OE-core] [PATCH 3/8] verify-bashisms: explicitly shut down server

Patrick Ohly patrick.ohly at intel.com
Tue Jan 31 12:50:28 UTC 2017


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 <patrick.ohly at intel.com>
---
 scripts/verify-bashisms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/verify-bashisms b/scripts/verify-bashisms
index 28795f4..ed0a563 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()
-- 
git-series 0.9.1



More information about the Openembedded-core mailing list