commit | e60b4a7653c83f761d6751de7636c75e5def2138 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Tue Sep 27 14:53:06 2022 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Wed Sep 28 12:38:51 2022 +0000 |
tree | d192b9f3136e1ef089b4e2ccc04c1fc6f6e1cca3 | |
parent | 51d4445f215d4a301fc72ba7a79e9ca8532b525b [diff] |
run-test-jar: Adjust test verbosity Add --verbose flag (and remove the --dev and --quiet flags). If the verbose flag is enabled, unconditionally print all executed commands, their output and other logging messages. If the verbose flag is disabled, disable all output, except for the output of dalvikvm command which is needed to compare to the actual stdout and stderr to the expected files. Test: ./art/test.py -r -t 001 Change-Id: Idfdf3ae46581894c6257d93fee5eb7933d09ecf3