mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-puma.
gnu/packages/ruby.scm (ruby-puma): New variable. gnu/packages/patches/ruby-puma-ignore-broken-test.patch: New file. gnu/local.mk (dist_patch_DATA): Add it.
This commit is contained in:
parent
b08134907d
commit
9270298f75
3 changed files with 55 additions and 0 deletions
13
gnu/packages/patches/ruby-puma-ignore-broken-test.patch
Normal file
13
gnu/packages/patches/ruby-puma-ignore-broken-test.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/test/test_integration.rb b/test/test_integration.rb
|
||||
index d9b189c..6e21180 100644
|
||||
--- a/test/test_integration.rb
|
||||
+++ b/test/test_integration.rb
|
||||
@@ -115,7 +115,7 @@ class TestIntegration < Test::Unit::TestCase
|
||||
assert_kind_of Thread, t.join(1), "server didn't stop"
|
||||
end
|
||||
|
||||
- def test_phased_restart_via_pumactl
|
||||
+ def no_test_phased_restart_via_pumactl
|
||||
if Puma.jruby? || Puma.windows?
|
||||
assert true
|
||||
return
|
Loading…
Add table
Add a link
Reference in a new issue