Skip to content

Commit

Permalink
fixup! Add valgrind tests
Browse files Browse the repository at this point in the history
as we didn't merge #203, fix readme section
  • Loading branch information
onurctirtir committed Feb 1, 2021
1 parent 5377c9f commit b8b605e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,16 +611,14 @@ TL;DR
# 1 # start valgrind test

# create valgrind instance to run
eval `ssh-agent -s`
ssh-add
export GIT_USERNAME=<Your github username>
export GIT_TOKEN=<Your github token with repo, write:packages and read:packages permissions> # You can create a github token from https://github.com/settings/tokens.
export RESOURCE_GROUP_NAME='your-valgrind-test-rg-name-here'
export VALGRIND_TEST=1
cd azure
./create-cluster.sh

# connect to coordinator
eval `ssh-agent -s`
ssh-add
./connect.sh

# run fab command in coordinator in a detachable session
Expand Down

0 comments on commit b8b605e

Please sign in to comment.