Skip to content

Commit

Permalink
DRY up reference test templates, add package string token so packages…
Browse files Browse the repository at this point in the history
… match target dirs

Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Jul 12, 2024
1 parent dfee656 commit cbb9a6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ethereum/referencetests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,13 @@ following commands:
processResources.dependsOn('validateReferenceTestSubmodule')

def generateTestFiles(
FileTree jsonPath,
File templateFile,
String pathstrip,
String destination,
String namePrefix,
String packageString,
String ... excludedPath) {
FileTree jsonPath,
File templateFile,
String pathstrip,
String destination,
String namePrefix,
String packageString,
String ... excludedPath) {
mkdir(destination)
def referenceTestTemplate = templateFile.text

Expand Down

0 comments on commit cbb9a6e

Please sign in to comment.