We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af781f1 commit 18fbe56Copy full SHA for 18fbe56
mysql-test/lib/My/Debugger.pm
@@ -158,7 +158,7 @@ sub do_args($$$$$) {
158
159
my $script = join "\n", @params;
160
if ($v->{script}) {
161
- ::mtr_tofile($vars{script}, subst($v->{script}, %vars)."\n".$script);
+ ::mtr_tonewfile($vars{script}, subst($v->{script}, %vars)."\n".$script);
162
} elsif ($script) {
163
die "$k is not using a script file, nowhere to write the script \n---\n$script\n---\n";
164
}
0 commit comments