Skip to content

Commit

Permalink
[MINVOKER-346] Align report output name
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 4, 2024
1 parent 0fc477e commit c4fe035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/invoker-report/verify.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.io.*;
import java.util.*;

File reportFile = new File( basedir, "target/site/invoker-report.html");
File reportFile = new File( basedir, "target/site/invoker.html");

passed = true;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public String getDescription(Locale locale) {
}

public String getOutputName() {
return "invoker-report";
return "invoker";
}

private File[] getReportFiles() {
Expand Down

0 comments on commit c4fe035

Please sign in to comment.