Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Need an option to preserve specified environment variables, a la 'juju test -p' #17
Comments
ryan-beisner
changed the title from
Need an option to preserve specified environment variables, a la 'juju test -P'
to
Need an option to preserve specified environment variables, a la 'juju test -p'
May 4, 2015
tvansteenburgh
self-assigned this
Mar 16, 2016
|
All env vars are preserved by default, and made available to each test that is run. I tested this by printing $AMULET_SETUP_TIMEOUT from within both a bash and python test file in the following test:
|
tvansteenburgh
closed this
Mar 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ryan-beisner commentedApr 30, 2015
With the current juju test tools, the -p option can be used to specify environment variables to be preserved and passed into each test. CI automation environments sometimes rely on that functionality. Please consider adding a comparable feature to bundletester.