[Native][tests] Fix "outputChecker cannot be serialized" Gradle issue
This commit is contained in:
@@ -52,7 +52,7 @@ class RunExternalTestGroup extends JavaExec implements CompilerRunner {
|
|||||||
@Optional
|
@Optional
|
||||||
String goldValue = null
|
String goldValue = null
|
||||||
|
|
||||||
@Input
|
@Internal
|
||||||
// Checks test's output against gold value and returns true if the output matches the expectation
|
// Checks test's output against gold value and returns true if the output matches the expectation
|
||||||
Function<String, Boolean> outputChecker = { str -> (goldValue == null || goldValue == str) }
|
Function<String, Boolean> outputChecker = { str -> (goldValue == null || goldValue == str) }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user