Updating the update_dev_dir script to use the tests.cfg profile. This brings in lang and console utilities.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11175 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-02-21 12:01:39 +00:00
parent 17eaecc4e5
commit fa15785c96

View File

@@ -18,7 +18,7 @@ if [ ! o$REV = $OLD_REV ]; then
cd /osgeo/openlayers/docs/dev/tools/
python exampleparser.py
cd /osgeo/openlayers/docs/dev/build
./build.py
./build.py tests.cfg
cp OpenLayers.js ..
cd ..