Index: font_revamp/test_all.sh =================================================================== --- font_revamp/test_all.sh (revision 36504) +++ font_revamp/test_all.sh (revision 36505) @@ -5,11 +5,12 @@ echo "====== $fn ======" echo ' brave(newfont, off) + Load(layout, '$fn') export(debug, --compact, --stateless, --cam, '$fn'.o.dbg=top-copper); brave(newfont, on) + Load(layout, '$fn') export(debug, --compact, --stateless, --cam, '$fn'.n.dbg=top-copper); - ' | pcb-rnd --hid batch $fn 2>&1 | grep -v "Brave setting:" + ' | pcb-rnd --hid batch 2>&1 | grep -v "Brave setting:" diff -u $fn.o.dbg $fn.n.dbg && rm $fn.o.dbg $fn.n.dbg done -#-x debug --compact --stateless --cam A.dbg=top-copper A.lht