Skip to content
Snippets Groups Projects
Commit 368cca2c authored by Rick Carback's avatar Rick Carback
Browse files

Clean up scripts and update golds

parent 2cf6d7fa
No related branches found
No related tags found
No related merge requests found
Received: Hello, 18, with E2E Encryption
Sending Message to 9, Spencer: Hello, 9, with E2E Encryption
Received: Hello, 9, with E2E Encryption
Sending Message to 18, Bernardo: Hello, 18, with E2E Encryption
......@@ -4,6 +4,7 @@
# and assumes that you've cloned the Go repos to your GOPATH and updated them
# with Glide.
set -x
mkdir -p bin
pushd bin
go build gitlab.com/elixxir/client
......
......@@ -3,59 +3,18 @@
# This intended for updating the tested repos and their dependencies to the
# latest versions before running the integration test.
git pull
rm -fr ~/.glide
update() {
git stash
git clean -ffdx
git checkout master
git pull
glide cc
glide up
glide cc && glide up
}
pushd $GOPATH/src/gitlab.com/elixxir/client
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/server
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/channelbot
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/user-discovery-bot
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/gateway
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/comms
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/crypto
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/client-consoleUI
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/primitives
update
popd
pushd $GOPATH/src/gitlab.com/elixxir/registration
update
popd
pushd ..
go test ./...
popd
for DIR in client server gateway user-discovery-bot registration; do
echo $DIR
pushd $GOPATH/src/gitlab.com/elixxir/client
update
go test ./...
popd
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment