We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0445d74 commit b5fc8c7Copy full SHA for b5fc8c7
1 file changed
bin/checker.t
@@ -185,11 +185,11 @@ for my $file (@image_files) {
185
}
186
187
my ($has_identify) = `which identify`;
188
-ok $has_identify, "has identify";
+ok $has_identify, "$image_name: has identify";
189
my ($has_convert) = `which convert`;
190
-ok $has_convert, "has convert";
+ok $has_convert, "$image_name: has convert";
191
my ($has_gm) = `which gm`;
192
-ok $has_gm, "has gm";
+ok $has_gm, "$image_name: has gm";
193
194
my ($php_version) = `php --version` =~ /PHP (\d\.\d+\.\d+)/;
195
ok $php_version, "$image_name: PHP exists ($php_version)";
0 commit comments