Skip to content

Commit

Permalink
Activate yamatanooroti tests on CI (#459)
Browse files Browse the repository at this point in the history
* Activate yamatanooroti tests on CI

* Fix delete test
  • Loading branch information
st0012 authored Nov 27, 2022
1 parent 976100c commit 750cf4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
gem install bundler --no-document
WITH_VTERM=1 bundle install
- name: rake test_yamatanooroti
run: bundle exec rake test_yamatanooroti
run: WITH_VTERM=1 bundle exec rake test_yamatanooroti
4 changes: 2 additions & 2 deletions test/irb/yamatanooroti/test_rendering.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ def test_delete
write("continue\n")
write("delete 0\n")
close
assert_include_screen(<<~EOC)
assert_include_screen(<<~EOC.strip)
(rdbg:irb) delete 0
deleted: #0 BP - Line #{@ruby_file}:5 (line)
deleted: #0 BP - Line
EOC
end

Expand Down

0 comments on commit 750cf4c

Please sign in to comment.