Skip to content

Commit b5fc8c7

Browse files
committed
Add image name to descriptions
1 parent 0445d74 commit b5fc8c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bin/checker.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ for my $file (@image_files) {
185185
}
186186

187187
my ($has_identify) = `which identify`;
188-
ok $has_identify, "has identify";
188+
ok $has_identify, "$image_name: has identify";
189189
my ($has_convert) = `which convert`;
190-
ok $has_convert, "has convert";
190+
ok $has_convert, "$image_name: has convert";
191191
my ($has_gm) = `which gm`;
192-
ok $has_gm, "has gm";
192+
ok $has_gm, "$image_name: has gm";
193193

194194
my ($php_version) = `php --version` =~ /PHP (\d\.\d+\.\d+)/;
195195
ok $php_version, "$image_name: PHP exists ($php_version)";

0 commit comments

Comments
 (0)