Skip to content

Commit c8f78cd

Browse files
committed
Report make utility output upon failure
Simplify diagnostics for CI
1 parent 6bb70b0 commit c8f78cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/NQP/Config.pm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,9 @@ sub configure_commands {
536536
}
537537
unless ( defined $config->{make_family} ) {
538538
$self->sorry(
539-
"Cannot determine the brand of your $config->{make} utility.");
539+
"Cannot determine the brand of your $config->{make} utility."
540+
. "\nIt is reporting itself as:\n"
541+
. $buf );
540542
}
541543

542544
if ( $self->isa_unix ) {

0 commit comments

Comments
 (0)