mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-byebug: Disable misbehaving test.
* gnu/packages/ruby.scm (ruby-byebug)[arguments]: Add phase to skip misbehaving test.
This commit is contained in:
parent
94676291fb
commit
2d8307ed28
1 changed files with 6 additions and 0 deletions
|
@ -6687,6 +6687,12 @@ with PostgreSQL 9.0 and later.")
|
|||
(add-before 'build 'compile
|
||||
(lambda _
|
||||
(invoke "rake" "compile")))
|
||||
(add-before 'check 'disable-misbehaving-test
|
||||
;; Expects 5, gets 162. From a file containing ~10 lines.
|
||||
(lambda _
|
||||
(substitute* "test/commands/finish_test.rb"
|
||||
(("test_finish_inside_autoloaded_files")
|
||||
"finish_inside_autoloaded_files"))))
|
||||
(add-before 'check 'set-home
|
||||
(lambda _
|
||||
(setenv "HOME" (getcwd))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue