From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) by mail.toke.dk (Postfix) with ESMTPS id 920478CFAFC for ; Wed, 13 Oct 2021 22:58:35 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=QBVzFLM8 Received: from github-lowworker-bc343b9.ash1-iad.github.net (github-lowworker-bc343b9.ash1-iad.github.net [10.56.122.73]) by smtp.github.com (Postfix) with ESMTP id 1E062520E98 for ; Wed, 13 Oct 2021 13:58:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1634158712; bh=VEl4xMX6a4SaqSuBiYcqIyyMAWhaf+krAkHHs4/fBH8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QBVzFLM8axUtJ2cfB1X3OLdVle+CjvO9Qt160vyQg6eGFWyrbifH5s+5SeYARUPs/ s4u39R8hYL66FbotnMILnszkXR20KUCYXlpC3YJB+UGi+7mc4UCqy6NDOF2QNRn+LQ Fn6hLOKNzToPycdhPK5rqVD+lgRpcQWPIp19zEB4= Date: Wed, 13 Oct 2021 13:58:32 -0700 From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_61674878f9c1_58f5c710726e5"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: OVDJ4QNHZQAS2GPF5OSLJG3SIM54BHMO X-Message-ID-Hash: OVDJ4QNHZQAS2GPF5OSLJG3SIM54BHMO X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Runners: stop stats collection iterators after test-time is completed (#237) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_61674878f9c1_58f5c710726e5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit @tohojo commented on this pull request. > @@ -41,7 +41,8 @@ then fi command_string=$(cat <

@tohojo commented on this pull request.


In flent/scripts/ss_iterate.sh:

> @@ -41,7 +41,8 @@ then
 fi
 
 command_string=$(cat <<EOF
-for i in \$(seq $count); do
+endtime=\$(date -d "\$length sec" +%s%N);

Ah, yes, the sorry, the first $ should be escaped, but not the second one. I.e., $length should be evaluated straight away...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_61674878f9c1_58f5c710726e5--