summaryrefslogtreecommitdiffstats
path: root/tests-extra/README
diff options
context:
space:
mode:
authorMarek Vavruša <marek.vavrusa@nic.cz>2015-01-02 17:15:22 +0100
committerMarek Vavruša <marek.vavrusa@nic.cz>2015-01-02 17:21:00 +0100
commitffa045fb4e509393edaa169ae39494289f23db38 (patch)
tree445dd471711109379fc2850900db383659e22bd8 /tests-extra/README
parentupdated Dockerfile (diff)
downloadknot-ffa045fb4e509393edaa169ae39494289f23db38.tar.xz
knot-ffa045fb4e509393edaa169ae39494289f23db38.zip
Dockerized tests-extra
Diffstat (limited to 'tests-extra/README')
-rw-r--r--tests-extra/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests-extra/README b/tests-extra/README
index 762725483..52a0ef105 100644
--- a/tests-extra/README
+++ b/tests-extra/README
@@ -37,8 +37,8 @@ the main benefit is that each test runs in an isolated container and can be run
Run tests on the upstream branch:
---------------------------------
-$ docker pull cznic/knot-tests-extra # Or build with 'docker build -t knot-tests-extra .'
-$ docker run -v $(pwd):/tests cznic/knot-tests-extra basic
+$ docker pull cznic/knot:tests-extra # Or build with 'docker build -t tests-extra .'
+$ docker run -v $(pwd):/tests cznic/knot:tests-extra basic
Run tests on the local executables:
-----------------------------------