[Nice-commit] tester run,1.15,1.16
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-03-31 07:29:35
|
Update of /cvsroot/nice/tester In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10724 Modified Files: run Log Message: Display kaffe version Index: run =================================================================== RCS file: /cvsroot/nice/tester/run,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** run 22 Mar 2005 23:38:20 -0000 1.15 --- run 31 Mar 2005 07:29:26 -0000 1.16 *************** *** 122,125 **** --- 122,128 ---- "$GCJ" --version | head -1 >> $machine.id fi + if [ "$KAFFE_HOME" ]; then + echo kaffe CVS `"$KAFFE_HOME"/bin/kaffe -fullversion 2>&1|tail -1|cut -c 22-31` >> $machine.id + fi # Send the results to the Test Central |