[oe-commits] Lucian Musat : oeqa/runexported: Removed DEPLOY_DIR as mandatory.

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 12:44:51 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: a474ff3cb914c19a8ea98d63d3fe7abc57fd018b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a474ff3cb914c19a8ea98d63d3fe7abc57fd018b

Author: Lucian Musat <george.l.musat at intel.com>
Date:   Wed Sep 23 12:02:44 2015 +0300

oeqa/runexported: Removed DEPLOY_DIR as mandatory.

We don't need DEPLOY_DIR for every runtime test so there is no
need for it to be mandatory.

Signed-off-by: Lucian Musat <george.l.musat at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/lib/oeqa/runexported.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/runexported.py b/meta/lib/oeqa/runexported.py
index 96442b1..7d68965 100755
--- a/meta/lib/oeqa/runexported.py
+++ b/meta/lib/oeqa/runexported.py
@@ -112,7 +112,7 @@ def main():
         d["DEPLOY_DIR"] = options.deploy_dir
     else:
         if not os.path.isdir(d["DEPLOY_DIR"]):
-            raise Exception("The path to DEPLOY_DIR does not exists: %s" % d["DEPLOY_DIR"])
+            print "WARNING: The path to DEPLOY_DIR does not exist: %s" % d["DEPLOY_DIR"]
 
 
     target = FakeTarget(d)



More information about the Openembedded-commits mailing list