File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,9 @@ GUEST_TEST_DIR="sharness/$TEST_DIR_BASENAME"
3535
3636CERTIFS=' /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt'
3737
38- # TODO: remove this when migrations are availabe one the distributions site
39- IPFS_DIST_PATH=" /ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR"
40-
4138# This writes a docker ID on stdout
4239start_docker () {
43- docker run --rm -it -d -v " $CERTIFS " -v " $APP_ROOT_DIR :/mnt" -w " /mnt" -e " IPFS_DIST_PATH= $IPFS_DIST_PATH " " $DOCKER_IMG " /bin/bash
40+ docker run --rm -it -d -v " $CERTIFS " -v " $APP_ROOT_DIR :/mnt" -w " /mnt" " $DOCKER_IMG " /bin/bash
4441}
4542
4643# This takes a docker ID and a command as arguments
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ test_expect_success "fs-repo-migrations binary is here" '
88 test -f "$LOCAL_FS_REPO_MIG"
99'
1010
11- # TODO: remove this when migrations are availabe at the distributions site
12- export IPFS_DIST_PATH=" /ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR"
13-
1411test_expect_success " 'fs-repo-migrations -v' works" '
1512 "$LOCAL_FS_REPO_MIG" -v >actual
1613'
You can’t perform that action at this time.
0 commit comments