summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Campello <campello@chromium.org>2021-04-27 06:21:54 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-28 21:16:53 +0000
commit32cb4ad65a87da05c4a103068497cf87ad87e4a9 (patch)
treeed76665e16dd85a98b72e0d710551b5da49b6fdc /tests
parent029263c8be01430699553ddcf2631f7e37f2526c (diff)
downloadvboot-32cb4ad65a87da05c4a103068497cf87ad87e4a9.tar.gz
vboot_reference: migrate out of flashrom deprecated options
This change replaces --diff and --fast-verify for the supported equivalent flashrom options BRANCH=none BUG=b:186479007 TEST=tryjobs Change-Id: I614ba71c606dbe4e3a1b4988df845bcbbd61dd01 Signed-off-by: Daniel Campello <campello@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2853623 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/vb2_host_flashrom_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vb2_host_flashrom_tests.c b/tests/vb2_host_flashrom_tests.c
index 9187e758..8552d0ad 100644
--- a/tests/vb2_host_flashrom_tests.c
+++ b/tests/vb2_host_flashrom_tests.c
@@ -58,7 +58,7 @@ int subprocess_run(const char *const argv[],
int captured_verify_int = FLASHROM_VERIFY_UNSPECIFIED;
struct option long_opts[] = {
{
- .name = "fast-verify",
+ .name = "noverify-all",
.has_arg = no_argument,
.flag = &captured_verify_int,
.val = FLASHROM_VERIFY_FAST,