Skip to content

Commit 18bb48f

Browse files
committed
docker/test/run.sh: Also preserve new Go vendor directory.
1 parent 6022a6e commit 18bb48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646

4747
# Run tests
4848
echo "Running tests in vitess/bootstrap:$flavor image..."
49-
bashcmd="mv php/vendor /vt/dist/php-vendor && rm -rf * && cp -R /tmp/src/* . && ln -sf /vt/dist/php-vendor php/vendor && rm -rf Godeps/_workspace/pkg && $cmd"
49+
bashcmd="mv php/vendor /vt/dist/php-vendor && mv vendor /vt/dist/go-vendor && rm -rf * && mkdir php && mv /vt/dist/php-vendor php/vendor && mv /vt/dist/go-vendor vendor && cp -R /tmp/src/* . && rm -rf Godeps/_workspace/pkg && $cmd"
5050

5151
if tty -s; then
5252
# interactive shell

0 commit comments

Comments
 (0)