diff options
author | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-01-02 17:15:22 +0100 |
---|---|---|
committer | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-01-02 17:21:00 +0100 |
commit | ffa045fb4e509393edaa169ae39494289f23db38 (patch) | |
tree | 445dd471711109379fc2850900db383659e22bd8 /tests-extra/README | |
parent | updated Dockerfile (diff) | |
download | knot-ffa045fb4e509393edaa169ae39494289f23db38.tar.xz knot-ffa045fb4e509393edaa169ae39494289f23db38.zip |
Dockerized tests-extra
Diffstat (limited to 'tests-extra/README')
-rw-r--r-- | tests-extra/README | 4 |
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: ----------------------------------- |