From 62f42ce063115f4a02c219e323252223818a150f Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 31 Jan 2017 13:50:28 +0100 Subject: 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 --- scripts/verify-bashisms | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/verify-bashisms') 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() -- cgit 1.2.3-korg