Skip to content

Commit

Permalink
more testing of 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 89874c5 commit 7ff13d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: show output of failed tests
if: ${{ failure() }}
run: |
cd /tmp/Lmod_test_suite
cd /tmp/Lmod_test_suite
for dir in $(ls -pd rt/* | grep '/$'); do
diff -c ${dir}t1/*/_err.left ${dir}/t1/*/_err.right > /dev/null 2>&1
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 7ff13d1

Please sign in to comment.