commit | d549660efab107beaf8ea8821946aa2fdd5ed58d | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Aug 21 12:20:39 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 21 12:20:39 2023 +0000 |
tree | 84908db2f2c708827d42ad42aa9ee2d4b31716e4 | |
parent | 59c525e1ed138e3f48cfba5c97460002cac58189 [diff] | |
parent | ad9bb86d573e3eb9222227baf1bc24d19f57d896 [diff] |
Merge "Update name of hwtrust subcommand" into main
diff --git a/compos/tests/java/android/compos/test/ComposTestCase.java b/compos/tests/java/android/compos/test/ComposTestCase.java index 244d34e..4851321 100644 --- a/compos/tests/java/android/compos/test/ComposTestCase.java +++ b/compos/tests/java/android/compos/test/ComposTestCase.java
@@ -192,7 +192,7 @@ .runTimedCmd( 10000, validator.getAbsolutePath(), - "verify-dice-chain", + "dice-chain", bcc_file.getAbsolutePath()); assertWithMessage("hwtrust failed").about(command_results()).that(result).isSuccess(); }