mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +07:00
Integration tests: Deterministic swarm binary path resolution
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SWARM_ROOT=${BATS_TEST_DIRNAME}/../..
|
||||
|
||||
function swarm() {
|
||||
$GOBIN/swarm $@
|
||||
${SWARM_ROOT}/swarm $@
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user