From 656221f7b9632d66cb0dd6dc785b7838b1336b0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 22 Oct 2024 06:37:31 +0000 Subject: [PATCH] flowpipe 1.0.0 flowpipe: update test Signed-off-by: Rui Chen --- Formula/f/flowpipe.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/f/flowpipe.rb b/Formula/f/flowpipe.rb index 6c47a6390112..a8d539bea20c 100644 --- a/Formula/f/flowpipe.rb +++ b/Formula/f/flowpipe.rb @@ -1,8 +1,8 @@ class Flowpipe < Formula desc "Cloud scripting engine" homepage "https://flowpipe.io" - url "https://github.com/turbot/flowpipe/archive/refs/tags/v0.9.1.tar.gz" - sha256 "0efc8e21eaf5ac57948c8bdb4e772382aa0d45311fd26f2e913f1774228a1676" + url "https://github.com/turbot/flowpipe/archive/refs/tags/v1.0.0.tar.gz" + sha256 "c4d6f3f13de1b9027d2a9a33621afb16beb5b50c5586fb96b4ca1134d2521e92" license "AGPL-3.0-only" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are @@ -47,7 +47,7 @@ def install test do assert_match version.to_s, shell_output("#{bin}/flowpipe -v") - ret_status = OS.mac? ? 1 : 0 + ret_status = OS.mac? ? 255 : 0 output = shell_output(bin/"flowpipe mod list 2>&1", ret_status) if OS.mac? assert_match "Error: could not create sample workspace", output