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.
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
Please sign in to leave a comment.
It's not supported, please vote for https://youtrack.jetbrains.com/issue/IDEA-85313 . See https://intellij-support.jetbrains.com/entries/23368682 if you are not familiar with YouTrack.