update the way tests are run here

This commit is contained in:
Greg Landrum
2009-01-21 19:31:34 +00:00
parent f3ede9e6bd
commit 0af0d03f95

View File

@@ -90,10 +90,8 @@ echo >> $LOGFILE 2>&1
echo >> $LOGFILE 2>&1
cd $RDBASE/Code
python $RDBASE/Python/TestRunner.py test_list.py >> $LOGFILE 2>&1
cd GraphMol
python $RDBASE/Python/TestRunner.py test_list.py >> $LOGFILE 2>&1
cd $RDBASE/Python
find . -name 'test_list.py' -exec python $RDBASE/Python/TestRunner.py \{\} >> $LOGFILE 2>&1 \;
python $RDBASE/Python/TestRunner.py test_list.py >> $LOGFILE 2>&1
cd $RDBASE/Projects
python $RDBASE/Python/TestRunner.py test_list.py >> $LOGFILE 2>&1