Wonton, Tangram, Portage packages: ctest update (#29823)

This commit is contained in:
Tracy-Pantleo 2022-04-04 10:12:54 -06:00 committed by GitHub
parent 36c0a1eec3
commit 6d42a1e0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -106,4 +106,4 @@ def cmake_args(self):
def check(self): def check(self):
if self.run_tests: if self.run_tests:
with working_dir(self.build_directory): with working_dir(self.build_directory):
make("test") ctest("-j 8")

View File

@ -88,4 +88,4 @@ def cmake_args(self):
def check(self): def check(self):
if self.run_tests: if self.run_tests:
with working_dir(self.build_directory): with working_dir(self.build_directory):
make("test") ctest("-j 8")

View File

@ -135,4 +135,4 @@ def cmake_args(self):
def check(self): def check(self):
if self.run_tests: if self.run_tests:
with working_dir(self.build_directory): with working_dir(self.build_directory):
make("test") ctest("-j 8")