X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=emig.d%2Fbin%2Fmig-reporter;h=5a65f1bc86a5b2d7b94525737003b6c278bb0759;hp=8b47a94a543f37ef26e9877ec02ba83fb2477114;hb=e77eb669422682d4514fa9cfe4363e659ce12c95;hpb=d0b69006c088c76a298aa2ebebf85a8e9a983416 diff --git a/emig.d/bin/mig-reporter b/emig.d/bin/mig-reporter index 8b47a94..5a65f1b 100755 --- a/emig.d/bin/mig-reporter +++ b/emig.d/bin/mig-reporter @@ -166,7 +166,7 @@ foreach my $t (@report_tags) { } foreach my $fname (@asset_files) { - my $asset_path = $mig_path . '../mig-asc/' . $fname; + my $asset_path = $mig_path . '../asc/' . $fname; open my $a, $asset_path or abort("Could not open $fname."); while ( my $l = <$a> ) { print $fh $l; @@ -236,7 +236,7 @@ sub find_xml { if ($reports_xml =~ m/\//) { return $reports_xml; } - my $mig_test_file = $mig_path . '/../mig-xml/' . $reports_xml; + my $mig_test_file = $mig_path . '/../xml/' . $reports_xml; my $working_test_dir = getcwd(); my $working_test_file = $working_test_dir . '/' . $reports_xml;