[Nice-commit] Nice/regtest regtest,1.25,1.26
Brought to you by:
bonniot
From: <bo...@us...> - 2003-09-11 19:53:27
|
Update of /cvsroot/nice/Nice/regtest In directory sc8-pr-cvs1:/tmp/cvs-serv12927/regtest Modified Files: regtest Log Message: Specify a locale that uses latin1, so that unicode in identifier can be tested. Index: regtest =================================================================== RCS file: /cvsroot/nice/Nice/regtest/regtest,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** regtest 1 Aug 2003 19:19:35 -0000 1.25 --- regtest 11 Sep 2003 19:53:13 -0000 1.26 *************** *** 25,29 **** compile() { ! (cd ..; "$NICE_TOP"/bin/nicec \ -e -r -a regtest/"$1" -d . \ --classpath=".:${NICE_TOP}/classes" regtest."$1") --- 25,29 ---- compile() { ! (cd ..; LC_CTYPE=french "$NICE_TOP"/bin/nicec \ -e -r -a regtest/"$1" -d . \ --classpath=".:${NICE_TOP}/classes" regtest."$1") |