Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/d/dumpling.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def install
end

test do
output = shell_output("#{bin}/dumpling --database db 2>&1", 1)
assert_match "create dumper failed", output

assert_match version.to_s, shell_output("#{bin}/dumpling --version 2>&1")

output = shell_output("#{bin}/dumpling --host does-not-exist.invalid --port 1 --database db 2>&1", 1)
assert_match "create dumper failed", output
end
end
Loading