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

0 comments on commit f5e8b4c

Please sign in to comment.