From 86eb2360db135f320ba028ad81368e965b410498 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Wed, 13 Apr 2011 18:30:34 -0500 Subject: [PATCH] Attempt at getting a meaningful error message out of buildbot bootstrap. --- tools/buildbot/bootstrap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/bootstrap.pl b/tools/buildbot/bootstrap.pl index 87f699bd..3936faad 100755 --- a/tools/buildbot/bootstrap.pl +++ b/tools/buildbot/bootstrap.pl @@ -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";