[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4423/8267] verify-bashisms: explicitly shut down server



commit 48c65ddaa4d224848a96dff9a459ee715495a5eb
Author: Patrick Ohly <patrick ohly intel com>
Date:   Tue Jan 31 13:50:28 2017 +0100

    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>

 scripts/verify-bashisms |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]