Skip to content

Commit 00f3ea2

Browse files
committed
show contents of test script when testing load_easybuild_module.sh
1 parent 1f11ae4 commit 00f3ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests_scripts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
echo 'eb --version' >> ${test_script}
7878
7979
chmod u+x ${test_script}
80+
echo ">> Contents of ${test_script}:"
81+
cat ${test_script}
8082
8183
# run wrapper script + capture & check output
8284
out="${PWD}/eb-${EB_VERSION}.out"

0 commit comments

Comments
 (0)