[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4096/8267] oeqa/utils/qemurunner.py: Add missing sys module



commit de17891185a3b593d8cde50991082f6fd6c209f9
Author: Mariano Lopez <mariano lopez linux intel com>
Date:   Fri Jan 13 14:33:54 2017 +0000

    oeqa/utils/qemurunner.py: Add missing sys module
    
    This adds the missing sys module used by the child process
    to exit. It seems the exception was cached in testimage and
    selftest. It seems nobody noticed this because the module
    is only used for sys.exit().
    
    (From OE-Core rev: 66f66d1d763ff7bbaab9e8fcdf7fc882f2dfbb13)
    
    Signed-off-by: Mariano Lopez <mariano lopez linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/utils/qemurunner.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 8f1b5b9..6927456 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -7,6 +7,7 @@
 
 import subprocess
 import os
+import sys
 import time
 import signal
 import re


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