1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Formatting

This commit is contained in:
Sam Stephenson 2011-06-01 21:29:15 -05:00
parent f0cf69b6f7
commit ec69d1568a

View file

@ -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?