Skip to content

Commit

Permalink
Just test mode_select yet again and again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Feb 7, 2025
1 parent 983c72f commit c72a790
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
cd -
- name: Run tests
run: |
tm rt/mode_select || true
set +e
tm rt/mode_select
for dir in $(ls -pd rt/mode_select | grep '/$'); do
diff -c ${dir}t1/*/_err.left ${dir}/t1/*/_err.right > /dev/null 2>&1
diff -c ${dir}t1/mode_select/_err.left ${dir}/t1/mode_select/_err.right > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo ">>>> ${dir}/err.txt"
diff -c ${dir}t1/*/_err.left ${dir}/t1/*/_err.right || echo
Expand All @@ -50,6 +51,7 @@ jobs:
cat ${dir}t1/*/t1.log
fi
done
false
- name: show output of failed Lmod tests
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit c72a790

Please sign in to comment.