Skip to content

Commit

Permalink
Fixed SublimeText/UnitTesting 159 travis.sh and run_tests.py
Browse files Browse the repository at this point in the history
reported success when it a was failure.
  • Loading branch information
evandrocoan committed Apr 25, 2019
1 parent 4e5d507 commit 37b3f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -52,7 +52,7 @@ install:

script:
# run tests with test coverage report
- sh travis.sh run_tests --coverage
- bash travis.sh run_tests --coverage; sh travis.sh show_full_sublime_text_console $?;

# testing syntax_test files
# - sh travis.sh run_syntax_tests
Expand Down
2 changes: 1 addition & 1 deletion wrap_plus.py
Expand Up @@ -828,7 +828,7 @@ def insert_wrapped_text(self, edit, paragraphs, line_wrapper_type):
self.view.sel().clear()
for index, others in enumerate(paragraphs):
region, lines, comment_prefix, cursor_position = others
self.view.sel().add(region)
# self.view.sel().add(region)

# Regions fetched from view.sel() will shift appropriately with
# the calls to replace().
Expand Down

0 comments on commit 37b3f39

Please sign in to comment.