Skip to content

Commit

Permalink
bpytop: fix test (#75624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moisan authored Apr 21, 2021
1 parent df702e0 commit 8cf4de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/bpytop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def install

log = (config/"error.log").read
assert_match "bpytop version #{version} started with pid #{pid}", log
assert_not_match(/ERROR:/, log)
refute_match(/ERROR:/, log)
ensure
Process.kill("TERM", pid)
end
Expand Down

0 comments on commit 8cf4de9

Please sign in to comment.