We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfefb04 commit 1f240b5Copy full SHA for 1f240b5
1 file changed
test_suite.sh
@@ -168,8 +168,10 @@ env | grep "RFM_"
168
169
# Make debugging easier by printing the final config file:
170
echo "ReFrame config file used:"
171
-ls "${shared_fs_path}"
172
-ls "${RFM_CONFIG_FILES}"
+ls -l "${shared_fs_path}"
+ls -l "${RFM_CONFIG_FILES}"
173
+file "${RFM_CONFIG_FILES}"
174
+stat "${RFM_CONFIG_FILES}"
175
cat "${RFM_CONFIG_FILES}"
176
177
# Workaround for https://github.com/EESSI/software-layer/pull/467#issuecomment-1973341966
0 commit comments