Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Bug fix for package testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Apr 3, 2018
1 parent 36a143a commit d2d59b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class GradeTask extends DefaultTask {
useTestNG() { useDefaultListeners = true }
testLogging.showStandardStreams = showStreams
reports.html.enabled = false
include "**" + packagePath + test + "**"
include "**" + packagePath + File.separator + test + "**"
}
addListener(testTask, listener)
if (project.hasProperty("grade.secure") && gradeConfiguration.secure) {
Expand Down

0 comments on commit d2d59b6

Please sign in to comment.