Skip to content

Commit

Permalink
docker-edge: Fix test
Browse files Browse the repository at this point in the history
(cherry picked from commit c851af8)
  • Loading branch information
NeQuissimus committed Oct 26, 2020
1 parent 1c46527 commit efe4ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/tests/docker-edge.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
docker.fail("sudo -u noprivs docker ps")
docker.succeed("docker stop sleeping")
# Must match version twice to ensure client and server versions are correct
docker.succeed('[ $(docker version | grep ${pkgs.docker-edge.version} | wc -l) = "2" ]')
# Must match version 4 times to ensure client and server git commits and versions are correct
docker.succeed('[ $(docker version | grep ${pkgs.docker-edge.version} | wc -l) = "4" ]')
'';
})

0 comments on commit efe4ba9

Please sign in to comment.