You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for maintaining this so far. However, while maintaining this in Debian, I noticed there are some test failures as follows:
1) Failure:
Executable::bin/wheneverize::ARGV is not empty::file is a directory, but another param(s) are given as well#test_0001_prints STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:48]:
Expected /Too many arguments; please specify only the directory to wheneverize./ to match "".
2) Failure:
Executable::bin/wheneverize::ARGV is empty::config directory exists, but file does not#test_0001_writes config file and prints STDOUT [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:107]:
Expected /\[add\] writing `.\/config\/schedule.rb'\n\[done\] wheneverized!/ to match "".
3) Failure:
Executable::bin/wheneverize::ARGV is empty::config file already exists#test_0001_prints STDOUT and STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:74]:
Expected /\[done\] wheneverized!/ to match "".
4) Failure:
Executable::bin/wheneverize::ARGV is not empty::file exists, but not a directory#test_0001_prints STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:30]:
Expected /`\/tmp\/this_is_a_file.txt' is not a directory./ to match "".
5) Failure:
Executable::bin/wheneverize::ARGV is empty::config directory does not exist#test_0001_prints STDOUT and STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:89]:
Expected /\[add\] creating `.\/config'\n/ to match "".
6) Failure:
Executable::bin/wheneverize::ARGV is not empty::file does not exist#test_0001_prints STDERR [/home/utkarsh/debian/ruby-team/whenever/ruby-whenever/test/unit/executable_test.rb:15]:
Expected /`\/tmp\/this_does_not_exist' does not exist./ to match "".
262 runs, 638 assertions, 6 failures, 0 errors, 0 skips
rake aborted!
Could we have a fix released for them?
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for maintaining this so far. However, while maintaining this in Debian, I noticed there are some test failures as follows:
Could we have a fix released for them?
The text was updated successfully, but these errors were encountered: