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

Merge branch 'fix-sda' into 'master'

Use simpler SDA test

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!304
parents 707e9cd1 0a4468a0
No related branches found
No related tags found
No related merge requests found
...@@ -53,11 +53,7 @@ class Sda(MakefilePackage): ...@@ -53,11 +53,7 @@ class Sda(MakefilePackage):
@run_after('install') @run_after('install')
def test_install(self): def test_install(self):
# prepare grid
with working_dir(self.prefix.examples + '/lysozymes/prepare_grids_and_ecm'):
run_script = Executable('bash')
run_script('./run_ed_hd_ecm.sh')
# run random test # run random test
with working_dir(self.prefix.examples + '/lysozymes/unit_test'): with working_dir(self.prefix.examples + '/bnbs/bnbs_assoc_hits'):
test = Executable(self.prefix.bin.test_force_energy2) sda_flex = Executable(self.prefix.bin + '/sda_flex')
test('128_lysph6_2interactions.in') sda_flex('sda_association_0.in')
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