Skip to content

Commit 709ce03

Browse files
committed
Write profile log to a filename that make clean will remove
1 parent bd920c6 commit 709ce03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/40profile.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $Data::Dumper::Indent = 1;
3838
$Data::Dumper::Terse = 1;
3939

4040
# log file to store profile results
41-
my $LOG_FILE = "profile$$.log";
41+
my $LOG_FILE = "test_output_profile$$.log";
4242
my $orig_dbi_debug = $DBI::dbi_debug;
4343
DBI->trace($DBI::dbi_debug, $LOG_FILE);
4444
END {

0 commit comments

Comments
 (0)