X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fprofiler%2Fptestrunner.pl;h=fc29b43b26003bb59b2ef5a317daec5066aa38f7;hb=835cc6eda9fb6edc6e51774443dd6cce853dcea2;hp=42946608efb263103d2e66368fcabd2c3b76c1ee;hpb=226af94a2345f88d3170823646e1c25a276ba281;p=mono.git diff --git a/mono/profiler/ptestrunner.pl b/mono/profiler/ptestrunner.pl index 42946608efb..fc29b43b260 100755 --- a/mono/profiler/ptestrunner.pl +++ b/mono/profiler/ptestrunner.pl @@ -180,7 +180,7 @@ sub emit_nunit_report } else { $successbool = "True"; } - open (my $nunitxml, '>', 'TestResults_profiler.xml') or die "Could not write to 'TestResults_profiler.xml' $!"; + open (my $nunitxml, '>', 'TestResult-profiler.xml') or die "Could not write to 'TestResult-profiler.xml' $!"; print $nunitxml "\n"; print $nunitxml "\n"; print $nunitxml "\n";