Skip to content

Commit

Permalink
Ensure test report output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Aug 5, 2024
1 parent 987d775 commit 228c975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ private void reset(boolean inferQueryParameters, boolean boundaries) {
public void testReports() throws SQLException {
reset();
new StoreService(options).dropRules().dropLast(); // clean start
FileUtil.createDirectory(outPath); // this is ensured by reporter, but we need it before to check readers

// Runs the application mock classes to generate the rules
runReports1OfTestStore();
Expand Down

0 comments on commit 228c975

Please sign in to comment.