Skip to content

Commit

Permalink
Clean after build
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek authored Jul 25, 2023
1 parent c74a825 commit 5e3ad46
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ public void givenVersionWhenExecuteAllTasksFilesAreGenerated(String javaccDepend
}
steps.thenAssertOutputDirectoryExists(buildDirectory + File.separator + "jjdoc");
steps.andAssertFileWasGenerated("MyParser.html");
// clean again after
steps.withArguments("clean", "-PjavaccDep=" + javaccDependency).execute();
}

}

0 comments on commit 5e3ad46

Please sign in to comment.