Skip to content

Commit

Permalink
smc; test verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
  • Loading branch information
patersonc committed Jun 4, 2024
1 parent 0c03caf commit bdf66b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parse_smc_output() {
}

smc_run() {
sh ./spectre-meltdown-checker.sh --no-color --batch | tee "${OUTPUT}/${LOG_FILE}.log"
sh ./spectre-meltdown-checker.sh --no-color --batch -v | tee "${OUTPUT}/${LOG_FILE}.log"
parse_smc_output "${OUTPUT}/${LOG_FILE}.log"
}

Expand Down

0 comments on commit bdf66b7

Please sign in to comment.