How do you include environment variables in params for run configurations?

Hello,

I'm using nosetests to set some variables before running my tests and at work we're using a makefile. I'd like to debug these tests and have been using the params option in Intellij to set relevant environment vairables however I can't seem to use said environment variables in the params as you can see in the illustration below.
Snip20150604_4.png

As you can see when I set a test config variable manually (i.e.

--tc=foo.bar:foo-bar
) the variable shows up in the watches, however, using an environment variable simply shows a dollar sign with the name.
Any help is much appreciated
0

Please sign in to leave a comment.