keploy 0.7.12

* keploy 0.7.12
* keploy: update sleep time

Closes #119942.

Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2023-01-06 11:39:48 -05:00 committed by BrewTestBot
parent 16937993c2
commit 0013d01f5e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class Keploy < Formula
desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries"
homepage "https://keploy.io"
url "https://github.com/keploy/keploy/archive/refs/tags/v0.7.11.tar.gz"
sha256 "25f612f1d691bfb9d7c9892c39c4a4f475c823d1022d25278e2d5ddf0341fc59"
url "https://github.com/keploy/keploy/archive/refs/tags/v0.7.12.tar.gz"
sha256 "8fd95b1736687e38c036bac03af8ebbc91029985dde1296441328c825d28510e"
license "Apache-2.0"
bottle do
@ -43,7 +43,7 @@ class Keploy < Formula
output = ""
PTY.spawn(env, executable) do |r, _w, pid|
sleep 1
sleep 2
Process.kill("TERM", pid)
begin
r.each_line { |line| output += line }