Skip to content

Commit 1688ef6

Browse files
laraPPrboegel
andauthored
apply suggestion
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
1 parent 2ff1929 commit 1688ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ def pre_run_shell_cmd_hook(cmd, work_dir=None, **kwargs):
19341934
if cpu_target == CPU_TARGET_AARCH64_GENERIC:
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:
1937-
cmd = cmd + ' || true'
1937+
cmd = cmd + f' || echo "Ignoring failing tests when installing for {cpu_target}'
19381938
return cmd
19391939

19401940

0 commit comments

Comments
 (0)