Skip to content

Commit 250761e

Browse files
committed
More fix
1 parent 32133f3 commit 250761e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ init_worker_code = quote
5252
end
5353
TestSuite.supported_eltypes(::Type{<:oneArray}) = eltypes
5454

55+
56+
const validation_layer = parse(Bool, get(ENV, "ZE_ENABLE_VALIDATION_LAYER", "false"))
57+
const parameter_validation = parse(Bool, get(ENV, "ZE_ENABLE_PARAMETER_VALIDATION", "false"))
58+
5559
# NOTE: based on test/pkg.jl::capture_stdout, but doesn't discard exceptions
5660
macro grab_output(ex)
5761
quote

0 commit comments

Comments
 (0)