We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a531dbc commit b58cb38Copy full SHA for b58cb38
1 file changed
client/tests/utils.py
@@ -18,8 +18,8 @@
18
try:
19
DEIS_SERVER = os.environ['DEIS_SERVER']
20
except KeyError:
21
- raise EnvironmentError(
22
- 'Environment variable DEIS_SERVER must point to a Deis controller URL.')
+ DEIS_SERVER = None
+ print 'Error: env var DEIS_SERVER must point to a Deis controller URL.'
23
DEIS_TEST_FLAVOR = os.environ.get('DEIS_TEST_FLAVOR', 'ec2-us-west-2')
24
REPOSITORIES = {
25
'Clojure': 'https://github.com/opdemand/example-clojure-ring.git',
0 commit comments