From fa15785c9631a9f54b001058906cc51badb86f4d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 21 Feb 2011 12:01:39 +0000 Subject: [PATCH] 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 --- tools/update_dev_dir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update_dev_dir.sh b/tools/update_dev_dir.sh index 441898b1f9..9de3f3b38e 100755 --- a/tools/update_dev_dir.sh +++ b/tools/update_dev_dir.sh @@ -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 ..