Skip to content

Commit

Permalink
Move up version detection in LTS test
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Oct 3, 2023
1 parent d57d603 commit 7fc988b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/infra/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ def __init__(
enclave_log_level,
]

if v is None or v >= Version("4.0.10"):
if v is None or v >= Version("4.0.11"):
cmd += [
"--enclave-file",
self.enclave_file,
Expand Down

0 comments on commit 7fc988b

Please sign in to comment.