mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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. (From OE-Core rev: 9f89e8e0bf2ba65f2cff5adb3050d6a701dc486a) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f1e7fb0856
commit
8733b53826
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user