---
** [tickets:#301] Per svf test result summaries missing when -f is used to
launch tests**
**Status:** new
**Milestone:** 0.11.0
**Created:** Mon Apr 05, 2021 11:44 PM UTC by Eric Crawford
**Last Updated:** Mon Apr 05, 2021 11:44 PM UTC
**Owner:** nobody
Hi, I've noticed that when I use openocd -c commands and a -l logfile, the log
file includes a test summary for every svf run. When I instead issue the svf
commands via a -f file, the summaries are missing. I use the summaries to
automate svf regression result posting and would like to use -f since using -c
on many files is unruly. Please add per svf test results summaries when -f is
used. Thx!
Examples:
openocd -f xyz.cfg -c "svf a.svf" -c "b.svf" -l commands_used.log
Per test summaries like this are in the log file:
Time used: 0m1s872ms
svf file programmed successfully for 17 commands with 0 errors
openocd -f xyz.cfg -f regression.txt -l file_used.log
No per test summaries are in the log file:
SIR 12 TDI(FFF) TDO(001) MASK(FFF);
svf processing file: "scc_svfs/MemoryBist_PreRepair_P1_sed_modified.svf"
SIR 12 TDI(FF7) TDO(001) MASK(FFF);
---
Sent from sourceforge.net because [email protected] is
subscribed to https://sourceforge.net/p/openocd/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/openocd/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list.