Skip to content

Commit 1f240b5

Browse files
authored
try some more extensive output since ls is finding the file
1 parent cfefb04 commit 1f240b5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test_suite.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,10 @@ env | grep "RFM_"
168168

169169
# Make debugging easier by printing the final config file:
170170
echo "ReFrame config file used:"
171-
ls "${shared_fs_path}"
172-
ls "${RFM_CONFIG_FILES}"
171+
ls -l "${shared_fs_path}"
172+
ls -l "${RFM_CONFIG_FILES}"
173+
file "${RFM_CONFIG_FILES}"
174+
stat "${RFM_CONFIG_FILES}"
173175
cat "${RFM_CONFIG_FILES}"
174176

175177
# Workaround for https://github.com/EESSI/software-layer/pull/467#issuecomment-1973341966

0 commit comments

Comments
 (0)