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 7ff13d1 commit 743194c
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 @@ -53,7 +53,7 @@ jobs:
run: |
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
diff -c ${dir}t1/*/_err.left ${dir}/t1/*/_err.right || echo > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo ">>>> ${dir}/err.txt"
diff -c ${dir}t1/*/_err.left ${dir}/t1/*/_err.right || echo
Expand Down

0 comments on commit 743194c

Please sign in to comment.