Skip to content

Commit 18be6d1

Browse files
KES777Eugen Konkov
andauthored
Print meaningfull error message (#180)
Co-authored-by: Eugen Konkov <[email protected]>
1 parent 1ef083e commit 18be6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/60roundtrip.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ my $plan = [
9393
# This data file has the right mix of table/view/procedure/trigger
9494
# definitions, and lists enough quirks to trip up most combos
9595
my $base_file = "$Bin/data/roundtrip_autogen.yaml";
96-
open(my $base_fh, '<', $base_file) or die "$base_file: $!";
96+
open(my $base_fh, '<', $base_file) or die "$base_file: $!\nHINT: Run `perl Makefile.PL` to recreate it.";
9797

9898
my $base_t = SQL::Translator->new;
9999
$base_t->$_(1) for qw/add_drop_table no_comments quote_identifiers/;

0 commit comments

Comments
 (0)