[Modeling-cvs] ProjectModeling/Modeling/tests test_generate_python_code.sh,1.3,1.4
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-08-03 12:50:01
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/tests In directory sc8-pr-cvs1:/tmp/cvs-serv8701 Modified Files: test_generate_python_code.sh Log Message: misc. Index: test_generate_python_code.sh =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_generate_python_code.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** test_generate_python_code.sh 9 Jul 2003 11:42:41 -0000 1.3 --- test_generate_python_code.sh 3 Aug 2003 12:49:58 -0000 1.4 *************** *** 4,8 **** GENERATE=../scripts/mdl_generate_python_code.py RMDIR='/bin/rm -rf' ! PYTHON=/usr/local/bin/python tests_dir=`pwd` --- 4,8 ---- GENERATE=../scripts/mdl_generate_python_code.py RMDIR='/bin/rm -rf' ! PYTHON=python2.2 tests_dir=`pwd` |