Skip to content

Commit 1f7dce2

Browse files
committed
fix indentation
1 parent 78d6a88 commit 1f7dce2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

eb_hooks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,9 +1584,9 @@ def pre_test_hook_ignore_failing_tests_LAMMPS_ARM_generic(self, *args, **kwargs)
15841584
if ec.name == 'LAMMPS' and ec.version in ('22Jul2025',):
15851585
if os.getenv('EESSI_CPU_FAMILY') == 'aarch64':
15861586
mcpu_generic = '-DKokkos_ARCH_ARMV80=yes'
1587-
cflags = os.getenv('CFLAGS')
1588-
if mcpu_generic in cflags:
1589-
self.cfg['testopts'] = "|| echo ignoring failing tests"
1587+
cflags = os.getenv('CFLAGS')
1588+
if mcpu_generic in cflags:
1589+
self.cfg['testopts'] = "|| echo ignoring failing tests"
15901590

15911591

15921592
def pre_single_extension_hook(ext, *args, **kwargs):

0 commit comments

Comments
 (0)