Index: test.sh =================================================================== --- test.sh (revision 7919) +++ test.sh (revision 7920) @@ -4,6 +4,7 @@ src=$root/src/sch-rnd here=`pwd` refs=`ls *.cir.ref` +opts="-c rc/quiet=1" bad=0 all=0 @@ -11,7 +12,7 @@ for n in $refs do bn=${n%%.cir.ref} - ./sch-rnd -x spice --view spice_raw --outfile $here/$bn.cir.out $tut/$bn.rs + ./sch-rnd $opts -x spice --view spice_raw --outfile $here/$bn.cir.out $tut/$bn.rs diff $here/$bn.cir.ref $here/$bn.cir.out if test $? = 0 then