summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/ectool_keyscan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/ectool_keyscan.c b/util/ectool_keyscan.c
index 863906eda0..ce35757a19 100644
--- a/util/ectool_keyscan.c
+++ b/util/ectool_keyscan.c
@@ -635,8 +635,7 @@ static int keyscan_run_tests(struct keyscan_info *keyscan)
err = run_test(keyscan, test);
any_err |= err;
if (err) {
- printf("%d: %s: ", testnum, test->name);
- printf(" : %s\n", err ? "FAIL" : "pass");
+ printf("%d: %s: : FAIL\n", testnum, test->name);
}
}