Skip to content

Commit

Permalink
Remove clear terminal call on every run
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Nov 24, 2024
1 parent 8a56202 commit 37c3655
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/retest/program.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ def run(file, force_run: false)
return
end

clear_terminal

test_file = if runner.has_test?
repository.find_test(file)
end
Expand All @@ -36,7 +34,6 @@ def diff(branch)
end

def run_all
clear_terminal
runner.run_all
end

Expand Down

0 comments on commit 37c3655

Please sign in to comment.