[Benchmarking] Some help with a bash script?

Eric Lemoine eric.lemoine at camptocamp.com
Mon Aug 16 01:08:08 EDT 2010


On Fri, Aug 13, 2010 at 5:32 PM, Andrea Aime <aaime at opengeo.org> wrote:
> Hi,
> just like last year I'm trying to setup a bash
> script that can run the whole set of jmeter
> scripts involved in the exercise.
>
> And... I'm failing, my bash programming is
> quite weak.
>
> However I think there are some pros around here.
> Is there anyone that can fix this thing?
>
> http://svn.osgeo.org/osgeo/foss4g/benchmarking/scripts/gs_runbaseline
>
> Cheers
> Andrea

Hi Andrea

Just remove spaces around the equal sign in your variable definitions.
projections = "4326 3857" -> projections="4326 3857"

That should do the trick.

-- 
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemoine at camptocamp.com
http://www.camptocamp.com


More information about the Benchmarking mailing list