Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 57729 invoked from network); 5 Aug 2005 15:36:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2005 15:36:46 -0000 Received: (qmail 67411 invoked by uid 500); 5 Aug 2005 15:36:43 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 67394 invoked by uid 500); 5 Aug 2005 15:36:42 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 67381 invoked by uid 99); 5 Aug 2005 15:36:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2005 08:36:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sebbaz@gmail.com designates 64.233.182.205 as permitted sender) Received: from [64.233.182.205] (HELO nproxy.gmail.com) (64.233.182.205) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2005 08:36:32 -0700 Received: by nproxy.gmail.com with SMTP id c2so142434nfe for ; Fri, 05 Aug 2005 08:36:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jOZbXC8MdkLCPV8cuP+91Xx3w+OMBpvmrHNC2AY4J8WmIcswQOS9riwmj9a0ZbhHSYobPMSgUbYMHLKLyKaKAqWBakTQAQjtLsT0MqersxMzFz8NCZz6WS2yY181niE1qreV5scmk+hurfa+eSCpL+VlpzBCOmQ0oAx2eSgh7Co= Received: by 10.48.143.9 with SMTP id q9mr102724nfd; Fri, 05 Aug 2005 08:36:39 -0700 (PDT) Received: by 10.48.144.17 with HTTP; Fri, 5 Aug 2005 08:36:39 -0700 (PDT) Message-ID: <25aac9fc0508050836e84e1af@mail.gmail.com> Date: Fri, 5 Aug 2005 16:36:39 +0100 From: sebb To: JMeter Users List Subject: Re: Setting Functional Test Mode as a property from the command line In-Reply-To: <6134F668515B04409948FBEB644A3E0D34384B@msmail.textwise.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6134F668515B04409948FBEB644A3E0D34384B@msmail.textwise.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N There's no generic way to override properties. And there's no property that can set functional mode (yet). However, one can set: jmeter.save.saveservice.response_data.on_error when true, responseData is saved for samples that are not successful. [check jmeter.properties to see if this is in your version] This is like functional mode, except that successful results are not saved. If you want to override the mode setting, you'll need to edit the file. Or raise a Bugzilla enhancement request and wait it to be implemented ... S. On 05/08/05, Jeremy Dahlgren wrote: > Is it possible to set the "Functional Test Mode" check box as a property = from the command line (-n non GUI mode)? I've moved all of our variables i= nto "-J" properties we change from the command line and the functional test= mode is the only property we can't toggle from the command line. Is there= some trick to alter boolean properties like this? >=20 > true >=20 >=20 > Thanks, >=20 > Jeremy >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org