Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit d44e249

Browse files
author
Mangled Deutz
committed
Fix flake
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
1 parent e7cbbb4 commit d44e249

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/workflow.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
"""
22
How to run locally:
33
Start your local registry:
4-
* INDEX_ENDPOINT=https://indexstaging-docker.dotcloud.com SETTINGS_FLAVOR=test DOCKER_REGISTRY_CONFIG=config_sample.yml docker-registry
4+
`INDEX_ENDPOINT=https://indexstaging-docker.dotcloud.com \
5+
SETTINGS_FLAVOR=test DOCKER_REGISTRY_CONFIG=config_sample.yml docker-registry`
56
67
Start the tests:
7-
* DOCKER_REGISTRY_ENDPOINT=http://localhost:5000 SETTINGS_FLAVOR=test DOCKER_REGISTRY_CONFIG=config_sample.yml DOCKER_CREDS=USER:PASS nosetests --tests=tests/workflow.py
8+
`DOCKER_REGISTRY_ENDPOINT=http://localhost:5000 SETTINGS_FLAVOR=test \
9+
DOCKER_REGISTRY_CONFIG=config_sample.yml DOCKER_CREDS=USER:PASS \
10+
nosetests --tests=tests/workflow.py`
811
"""
912

1013
import hashlib

0 commit comments

Comments
 (0)