1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-03 15:03:22 +02:00

flashrom_tester: Remove --output log redirect option

Always print logs to stdout. User can redirect logs in the normal way if
they wish.

BUG=b:194245688
BRANCH=None
TEST=clippy, unit

Change-Id: I5eab8169644a16ba31b203e8607853c459f92978
Signed-off-by: Evan Benn <evanbenn@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/71773
Reviewed-by: Nikolai Artemiev <nartemiev@google.com>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Evan Benn
2023-01-10 16:53:28 +11:00
committed by Edward O'Callaghan
parent 06bcc26b1d
commit eab04615ee
4 changed files with 29 additions and 66 deletions

View File

@ -30,6 +30,9 @@ sys-info = "0.9"
[build-dependencies]
built = { version = "0.5", features = ["chrono"] }
[dev-dependencies]
gag = "1"
[features]
# Features required to build the CLI binary but not the library
cli = ["chrono", "clap"]