From 19c72e037d91ea37e1f37cbbd03eac6702a95f03 Mon Sep 17 00:00:00 2001 From: "shiqi.zheng@algorand.com" Date: Fri, 2 Sep 2022 15:47:50 -0400 Subject: [PATCH] update misc/readme --- misc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/README.md b/misc/README.md index 5fdc1121c..cf4d8d343 100644 --- a/misc/README.md +++ b/misc/README.md @@ -21,3 +21,5 @@ Once the developer has built the code they want to test, perform the following: If the error is related to goal then the most likely cause is that the goal binary hasn't been installed as a package in the GOPATH system variable. Navigate to the go-algorand repository directory and run `make install`. If the error persists then run `export GOPATH=$(go env GOPATH)` followed by `export PATH=$PATH:$GOPATH/bin` in order to verify that the binary is accessible. +The test data used in `make e2e` during CI build is pinned to a version of rel/nightly artifact defined by CI_E2E_FILENAME in .circleci/config.yml. +`make update-submodule` updates the submodule and CI_E2E_FILENAME should be updated accordingly.