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 authored and slachiewicz committed Apr 1, 2024
1 parent effdd79 commit 7f21783
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
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
Expand Up @@ -96,7 +96,7 @@ public String getDescription(Locale locale) {
}

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

private File[] getReportFiles() {
Expand Down

0 comments on commit 7f21783

Please sign in to comment.