Skip to content
Snippets Groups Projects
Commit ff3c0e0c authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix build_test() in hxtorch, pynn-brainscales

parent 3ed3db55
No related branches found
No related tags found
3 merge requests!442update rc,!438create new experimental release (first with Spack v0.20.0),!437update to Spack v0.20.0
Pipeline #23754 failed with stage
in 2 minutes and 52 seconds
...@@ -155,7 +155,7 @@ class Hxtorch(WafPackage): ...@@ -155,7 +155,7 @@ class Hxtorch(WafPackage):
return args return args
def build_test(self): def build_test(self):
self.waf('build', '--test-execall') self.builder.waf('build', '--test-execall')
def install_args(self): def install_args(self):
args = ['--test-execnone'] args = ['--test-execnone']
......
...@@ -131,7 +131,7 @@ class PynnBrainscales(WafPackage): ...@@ -131,7 +131,7 @@ class PynnBrainscales(WafPackage):
return args return args
def build_test(self): def build_test(self):
self.waf('build', '--test-execall') self.builder.waf('build', '--test-execall')
def install_args(self): def install_args(self):
args = ['--test-execnone'] args = ['--test-execnone']
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment