TsutomuNakamura / dotfiles

3 stars 1 forks source link

2 test cases is not passed #181

Closed TsutomuNakamura closed 3 years ago

TsutomuNakamura commented 3 years ago

There are 2 test cases not to pass currently.

 ✗ #logger_err should call push_post_message_list
   (in test file test/install_logger_err.bats, line 12)
     `[[ "$output" =~ ^.*ERROR.*:\ line\ [0-9]+:\ run\(\):\ foo.*\"bar\"$ ]]' failed
 ✗ #logger_warn should call echo and push_post_message_list()
   (in test file test/install_logger_warn.bats, line 14)
     `[[ "$output" =~ ^.*WARN.*:\ line\ [0-9]+:\ run\(\):\ foo.*\"bar\"$ ]]' failed