eigen: self.builder.build_directory -> self.build_directory (#47728)
This commit is contained in:
parent
6ebafe4631
commit
ed1dbea77b
@ -95,7 +95,7 @@ def cmake_args(self):
|
|||||||
return args
|
return args
|
||||||
|
|
||||||
def check(self):
|
def check(self):
|
||||||
ctest_args = ["--test-dir", self.builder.build_directory, "--repeat", "until-pass:3"]
|
ctest_args = ["--test-dir", self.build_directory, "--repeat", "until-pass:3"]
|
||||||
if self.spec.satisfies("+nightly"):
|
if self.spec.satisfies("+nightly"):
|
||||||
ctest_args.append("-D")
|
ctest_args.append("-D")
|
||||||
ctest_args.append("Nightly")
|
ctest_args.append("Nightly")
|
||||||
|
Loading…
Reference in New Issue
Block a user