[Spambayes-checkins] spambayes runtest.sh,1.7,1.8

Neale Pickett npickett@users.sourceforge.net
Sat, 05 Oct 2002 23:50:57 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv30095

Modified Files:
	runtest.sh 
Log Message:
* Gah, name change didn't make it to all targets.  Should be
  consistent for cv runs now.


Index: runtest.sh
===================================================================
RCS file: /cvsroot/spambayes/spambayes/runtest.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** runtest.sh	6 Oct 2002 06:47:36 -0000	1.7
--- runtest.sh	6 Oct 2002 06:50:55 -0000	1.8
***************
*** 51,57 ****
  	python timcv.py -n $SETS > cv2.txt
  
!         python rates.py run1 run2 > runrates.txt
  
!         python cmp.py run1s run2s | tee results.txt
  	;;
      *)
--- 51,57 ----
  	python timcv.py -n $SETS > cv2.txt
  
!         python rates.py cv1 cv2 > runrates.txt
  
!         python cmp.py cv1s cv2s | tee results.txt
  	;;
      *)