Attempt at getting a meaningful error message out of buildbot bootstrap.

This commit is contained in:
Scott Ehlert 2011-04-13 18:30:34 -05:00
parent c55e350cb2
commit 86eb2360db

View File

@ -54,7 +54,7 @@ if ($reconf) {
} }
print "$result\n"; print "$result\n";
if ($? != 0) { if ($? != 0) {
die('Could not configure!'); die('Could not configure: $!\n');
} }
open(FILE, '>sentinel'); open(FILE, '>sentinel');
print FILE "this is nothing.\n"; print FILE "this is nothing.\n";