summaryrefslogtreecommitdiff
path: root/tests/gen_test_vbpubks.sh
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2014-07-14 15:05:54 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-17 06:50:37 +0000
commit3e3790d00827e75d39b77a14bca2756a14a51b3c (patch)
treecbc397cfa9eb60fc7f3e08f3cd29b04962e2c972 /tests/gen_test_vbpubks.sh
parent0f6679e8582219b40e2ab5485992827a92c18bcd (diff)
downloadvboot-3e3790d00827e75d39b77a14bca2756a14a51b3c.tar.gz
Install and use futility when running tests
As we build features into futility, the standalone executables disappear. Tests that invoke those executables will need to invoke futility instead. BUG=chromium:224734 BRANCH=ToT TEST=make runtests Signed-off-by: Bill Richardson <wfrichar@chromium.org> Change-Id: I75230f6901aab8d978fa5d12505c243e1c90c938 Reviewed-on: https://chromium-review.googlesource.com/207926 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'tests/gen_test_vbpubks.sh')
-rwxr-xr-xtests/gen_test_vbpubks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gen_test_vbpubks.sh b/tests/gen_test_vbpubks.sh
index 995a48b9..3f8dee17 100755
--- a/tests/gen_test_vbpubks.sh
+++ b/tests/gen_test_vbpubks.sh
@@ -15,7 +15,7 @@ function generate_vpubks {
do
for hashalgo in ${hash_algos[@]}
do
- ${UTIL_DIR}/vbutil_key --pack \
+ ${BIN_DIR}/vbutil_key --pack \
--in ${TESTKEY_DIR}/key_rsa${keylen}.keyb \
--out ${TESTKEY_DIR}/key_rsa${keylen}.${hashalgo}.vbpubk \
--version 1 \