Skip to content

Commit 3567740

Browse files
committed
PRint based debugging because I am such a good programmer
1 parent aa3a918 commit 3567740

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests_scripts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,5 @@ jobs:
152152
# run wrapper script + capture & check output
153153
out="${PWD}/eb-${EB_VERSION}.out"
154154
./eessi_container.sh --access rw --mode run --verbose /software-layer-scripts/run_in_compat_layer_env.sh ls 2>&1 | tee ${out}
155+
echo $(grep "SINGULARITY_BIND" ${out})
155156
grep "SINGULARITY_BIND" ${out} | grep "software.eessi.io" || (echo "software.eessi.io did not seem to be bind mounted!" && exit 1)

0 commit comments

Comments
 (0)