Skip to content

Commit d3d0eaa

Browse files
committed
Merge branch 'lammps_hook' into test_lammps_hook
2 parents 773613b + 2ff1929 commit d3d0eaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eb_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,6 +1935,7 @@ def pre_run_shell_cmd_hook(cmd, work_dir=None, **kwargs):
19351935
if bool(re.search('LAMMPS', work_dir)) and bool(re.search('22Jul2025', work_dir)):
19361936
if isinstance(cmd, str) and cmd.startswith('ctest') and '-LE unstable' in cmd:
19371937
cmd = cmd + ' || true'
1938+
return cmd
19381939

19391940

19401941

0 commit comments

Comments
 (0)