Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable override of variables for tests #532

Merged
merged 1 commit into from
Jul 15, 2021

Conversation

nicolasbock
Copy link
Collaborator

This change enables override of the environment variables used for CI
tests. This change is meant for running the tests locally so that the
tests can be modified. For example, in order to test with a new
compiler one might run:

     $ CC=gcc-13 ./scripts/ci-gcc-11-C-single-real.sh

to override the default C compiler in test.

Signed-off-by: Nicolas Bock nicolasbock@gmail.com

This change enables override of the environment variables used for CI
tests. This change is meant for running the tests locally so that the
tests can be modified. For example, in order to test with a new
compiler one might run:

         $ CC=gcc-13 ./scripts/ci-gcc-11-C-single-real.sh

to override the default C compiler in test.

Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
@nicolasbock nicolasbock merged commit d005986 into lanl:master Jul 15, 2021
@nicolasbock nicolasbock deleted the test_variables branch July 15, 2021 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants