Skip to content

Commit 96a800d

Browse files
author
Theofilos Manitaras
committed
Address PR comments
1 parent d42e942 commit 96a800d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cscs-checks/compile/libsci_acc_symlink.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ def __init__(self, lib_name):
2121
self.valid_prog_environs = ['PrgEnv-cray']
2222
self.executable = 'ls'
2323
self.executable_opts = ['-al', '/opt/cray/pe/lib64/libsci_a*']
24-
lib_so = lib_name + '.so'
25-
self.sanity_patterns = sn.assert_found(lib_so, self.stdout)
24+
self.sanity_patterns = sn.assert_found(lib_name + '.so', self.stdout)
2625

2726
self.maintainers = ['AJ']
2827
self.tags = {'production'}

0 commit comments

Comments
 (0)