From 7ff13d1d612bd3b98840b5610f9885776beb8333 Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Thu, 24 Mar 2022 15:36:19 -0500 Subject: [PATCH] more testing of Lmod_test_suite --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a0b07c78..db7fef42d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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