mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Formatting
This commit is contained in:
parent
f0cf69b6f7
commit
ec69d1568a
1 changed files with 2 additions and 2 deletions
2
Rakefile
2
Rakefile
|
@ -49,8 +49,8 @@ task :test do
|
|||
end
|
||||
|
||||
messages = ["PASSED: #{passed.join(", ")}"]
|
||||
messages << "FAILURES: #{failed.join(", ")}" if failed.any?
|
||||
messages << "SKIPPED: #{skipped.join(", ")}" if skipped.any?
|
||||
messages << "FAILED: #{failed.join(", ")}" if failed.any?
|
||||
banner messages.join("\n")
|
||||
|
||||
raise "test failures" if failed.any?
|
||||
|
|
Loading…
Reference in a new issue