Use a pretty ascii art boat for all tests passed.

From http://www.chris.com/ASCII/index.php?art=transportation/nautical
Esse commit está contido em:
Paul Tarjan
2013-05-30 16:17:06 -07:00
commit de Sara Golemon
commit 677900f05d
+12 -1
Ver Arquivo
@@ -515,7 +515,18 @@ function main($argv) {
}
if (!$return_value) {
print "\nAll tests passed. Ship it!\n";
print "\nAll tests passed.\n\n".<<<SHIP
| | |
)_) )_) )_)
)___))___))___)\
)____)____)_____)\\
_____|____|____|____\\\__
---------\ SHIP IT /---------
^^^^^ ^^^^^^^^^^^^^^^^^^^^^
^^^^ ^^^^ ^^^ ^^
^^^^ ^^^
SHIP
."\n";
} else {
$results = array();
foreach ($bad_test_files as $bad_test_file) {