Attempt at getting a meaningful error message out of buildbot bootstrap.
This commit is contained in:
parent
c55e350cb2
commit
86eb2360db
@ -54,7 +54,7 @@ if ($reconf) {
|
||||
}
|
||||
print "$result\n";
|
||||
if ($? != 0) {
|
||||
die('Could not configure!');
|
||||
die('Could not configure: $!\n');
|
||||
}
|
||||
open(FILE, '>sentinel');
|
||||
print FILE "this is nothing.\n";
|
||||
|
Loading…
Reference in New Issue
Block a user