From 79332f34eb7a73f1d2eeb53e7e1b4a9a94054167 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Wed, 9 Oct 2024 11:43:44 +0200 Subject: [PATCH] Get the script to explain the differences between the Lmod and init scripts --- .github/workflows/tests_eessi_module.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests_eessi_module.yml b/.github/workflows/tests_eessi_module.yml index d2e3cd1338..8d6bd6edb0 100644 --- a/.github/workflows/tests_eessi_module.yml +++ b/.github/workflows/tests_eessi_module.yml @@ -80,6 +80,7 @@ jobs: echo "Test for checking env variables PASSED" else echo "Test for checking env variables FAILED" >&2 + diff "${moduleoutfile}" "${sourceoutfile}" exit 1 fi