diff options
| author | Mike McQuaid | 2012-04-17 13:17:24 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2012-04-24 19:00:08 +1000 |
| commit | a67478488f1949879a9b8718dde8bff920c3d307 (patch) | |
| tree | e9e798bb79b0e5109299e6afefb824f8b0c3317d /Library/Contributions/cmds/brew-test-bot.commit.html.erb | |
| parent | 0eb97d5c32158363859ad7618885b4fa8293768e (diff) | |
| download | brew-a67478488f1949879a9b8718dde8bff920c3d307.tar.bz2 | |
Add Brew Test Bot for comprehensive testing.
Closes Homebrew/homebrew#11642.
Diffstat (limited to 'Library/Contributions/cmds/brew-test-bot.commit.html.erb')
| -rw-r--r-- | Library/Contributions/cmds/brew-test-bot.commit.html.erb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Library/Contributions/cmds/brew-test-bot.commit.html.erb b/Library/Contributions/cmds/brew-test-bot.commit.html.erb new file mode 100644 index 000000000..c820263a7 --- /dev/null +++ b/Library/Contributions/cmds/brew-test-bot.commit.html.erb @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> +<head> + <title>BrewBot: <%= @test.name %></title> + <title>BrewBot</title> + <style> + <%= css %> + </style> +</head> +<body> + <div> + <h1><a href="../index.html">BrewBot</a></h1> + <h2><%= @test.name %> <%= DateTime.now.strftime "%T %D" %></h2> + <table> + <% for step in @test.steps %> + <tr> + <td><span class="prompt">$</span> <%= step.command %></td> + <td class='status <%= step.status %>'><a href='<%= step.log_file_path false %> '><%= step.status_upcase %></a></td> + </tr> + <% end %> + </table> + </div> +</body> +</html> |
