Browse Source

Improve error message

pull/374/head
unknown 18 years ago
parent
commit
91775a12af
  1. 2
      mysql-test/lib/mtr_cases.pm

2
mysql-test/lib/mtr_cases.pm

@ -971,7 +971,7 @@ sub envsubst {
if ( ! defined $ENV{$string} )
{
mtr_error("opt file referense \$$string that is unknown");
mtr_error(".opt file references '$string' which is not set");
}
return $ENV{$string};

Loading…
Cancel
Save