Skip to content

Commit

Permalink
Testing Lmod_test_suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Mar 24, 2022
1 parent 297cbd2 commit bfda5a8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ jobs:
if: ${{ failure() }}
run: |
cd /tmp/Lmod_test_suite
# diff stdout/stderr for all tests in case of failure
for dir in $(ls -pd rt/* | grep '/$'); do
echo ">>>> ${dir}/err.txt"
#diff -c ${dir}t1/*/_err.left ${dir}/t1/*/_err.right || echo
cat ${dir}t1/*/t1.log
cat ${dir}t1/*/_err.right
done
dir=rt/subshell/
echo ">>>> ${dir}err.txt"
cat ${dir}t1/*/t1.log
cat ${dir}t1/*/_err.right

0 comments on commit bfda5a8

Please sign in to comment.