summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta/lib/oeqa/runexported.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runexported.py b/meta/lib/oeqa/runexported.py
index 96442b1b27..4213cab7bc 100755
--- a/meta/lib/oeqa/runexported.py
+++ b/meta/lib/oeqa/runexported.py
@@ -112,7 +112,7 @@ def main():
112 d["DEPLOY_DIR"] = options.deploy_dir 112 d["DEPLOY_DIR"] = options.deploy_dir
113 else: 113 else:
114 if not os.path.isdir(d["DEPLOY_DIR"]): 114 if not os.path.isdir(d["DEPLOY_DIR"]):
115 raise Exception("The path to DEPLOY_DIR does not exists: %s" % d["DEPLOY_DIR"]) 115 print("WARNING: The path to DEPLOY_DIR does not exist: %s" % d["DEPLOY_DIR"])
116 116
117 117
118 target = FakeTarget(d) 118 target = FakeTarget(d)