Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Fix for integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
  • Loading branch information
rafael committed Jul 29, 2018
1 parent c38acb7 commit 848105c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vagrant-scripts/vitess/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cd "$VITESS_WORKSPACE"
./bootstrap.sh
# shellcheck disable=SC1091
source dev.env
source /vagrant/dist/grpc/usr/local/bin/activate
pip install mysqlclient
make build

printf "\Build completed\n\n."
1 change: 1 addition & 0 deletions vagrant-scripts/vitess/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ printf "\nStarting Vitess test suite...\n"
cd "$VITESS_WORKSPACE"
# shellcheck disable=SC1091
source dev.env
source /vagrant/dist/grpc/usr/local/bin/activate
make site_test
rm -rf "$VTDATAROOT"

Expand Down

0 comments on commit 848105c

Please sign in to comment.