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 bfda5a8 commit b27999f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ jobs:
run: |
cd /tmp/Lmod_test_suite
dir=rt/subshell/
echo ">>>> ${dir}err.txt"
echo "\n>>>> ${dir}t1.log"
cat ${dir}t1/*/t1.log
cat ${dir}t1/*/_err.right
echo "\n>>>> ${dir}_stderr.orig
cat ${dir}t1/*/_stderr.orig
echo "\n>>>> ${dir}err.txt
cat ${dir}err.txt

0 comments on commit b27999f

Please sign in to comment.