diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-01-31 13:50:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 15:28:41 +0000 |
commit | 48c65ddaa4d224848a96dff9a459ee715495a5eb (patch) | |
tree | d65f4e65116f392040356353b0db6eb4244f8433 /scripts | |
parent | 83469f229dc30af53e593713ab2229a288ace662 (diff) | |
download | poky-48c65ddaa4d224848a96dff9a459ee715495a5eb.tar.gz |
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>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/verify-bashisms | 1 |
1 files changed, 1 insertions, 0 deletions
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__': | |||
114 | for message,source in results: | 114 | for message,source in results: |
115 | print(" %s\n %s" % (message, source)) | 115 | print(" %s\n %s" % (message, source)) |
116 | print() | 116 | print() |
117 | tinfoil.shutdown() | ||