Skip to content
Snippets Groups Projects
Commit c9ba60c4 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

test/py: use absolute dts path in vboot test


Without this, the test fails if the test is run with a cwd other than the
root of the U-Boot source tree.

Fixes: 8729d582 ("test: Convert the vboot test to test/py")
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent b8cb51d0
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ def test_vboot(u_boot_console):
cons = u_boot_console
tmpdir = cons.config.result_dir + '/'
tmp = tmpdir + 'vboot.tmp'
datadir = 'test/py/tests/vboot/'
datadir = cons.config.source_dir + '/test/py/tests/vboot/'
fit = '%stest.fit' % tmpdir
mkimage = cons.config.build_dir + '/tools/mkimage'
fit_check_sign = cons.config.build_dir + '/tools/fit_check_sign'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment