Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
368cca2c
Commit
368cca2c
authored
5 years ago
by
Rick Carback
Browse files
Options
Downloads
Patches
Plain Diff
Clean up scripts and update golds
parent
2cf6d7fa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
basice2e/clients.goldoutput/client18.out
+1
-0
1 addition, 0 deletions
basice2e/clients.goldoutput/client18.out
basice2e/clients.goldoutput/client9.out
+1
-0
1 addition, 0 deletions
basice2e/clients.goldoutput/client9.out
build.sh
+1
-0
1 addition, 0 deletions
build.sh
update.sh
+8
-49
8 additions, 49 deletions
update.sh
with
11 additions
and
49 deletions
basice2e/clients.goldoutput/client18.out
+
1
−
0
View file @
368cca2c
Received: Hello, 18, with E2E Encryption
Sending Message to 9, Spencer: Hello, 9, with E2E Encryption
This diff is collapsed.
Click to expand it.
basice2e/clients.goldoutput/client9.out
+
1
−
0
View file @
368cca2c
Received: Hello, 9, with E2E Encryption
Sending Message to 18, Bernardo: Hello, 18, with E2E Encryption
This diff is collapsed.
Click to expand it.
build.sh
+
1
−
0
View file @
368cca2c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
update.sh
+
8
−
49
View file @
368cca2c
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment