Skip to content

Commit

Permalink
docker/test/run.sh: Also preserve new Go vendor directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
enisoc committed Apr 15, 2016
1 parent 6022a6e commit 18bb48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi

# Run tests
echo "Running tests in vitess/bootstrap:$flavor image..."
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"
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"

if tty -s; then
# interactive shell
Expand Down

0 comments on commit 18bb48f

Please sign in to comment.