Skip to content

Commit b656f66

Browse files
authored
Merge pull request #3748 from ocaisa/bundle_component_test
Also run test step in a bundle component
2 parents 93066b6 + b818b83 commit b656f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/easyblocks/generic/bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def install_step(self):
305305
self.comp_cfgs_sanity_check.append(comp)
306306

307307
# run relevant steps
308-
for step_name in ['patch', 'configure', 'build', 'install']:
308+
for step_name in ['patch', 'configure', 'build', 'test', 'install']:
309309
if step_name in cfg['skipsteps']:
310310
comp.log.info("Skipping '%s' step for component %s v%s", step_name, cfg['name'], cfg['version'])
311311
else:

0 commit comments

Comments
 (0)