-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set SIMTEST_STATIC_INIT_MOVE
variable for Code Coverage
#18998
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
SIMTEST_STATIC_INIT_MOVE
variable
SIMTEST_STATIC_INIT_MOVE
variableSIMTEST_STATIC_INIT_MOVE
variable for Code Coverage
@@ -11,6 +11,9 @@ fi | |||
# apply git patch | |||
git apply ./scripts/simtest/config-patch | |||
|
|||
root_dir=$(git rev-parse --show-toplevel) | |||
export SIMTEST_STATIC_INIT_MOVE=$root_dir"/examples/move/basics" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@halfprice and @mystenmark is this the correct dir
to set? It did pass on my test run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, LGTM
@@ -11,6 +11,9 @@ fi | |||
# apply git patch | |||
git apply ./scripts/simtest/config-patch | |||
|
|||
root_dir=$(git rev-parse --show-toplevel) | |||
export SIMTEST_STATIC_INIT_MOVE=$root_dir"/examples/move/basics" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, LGTM
…#18998) ## Description Set `SIMTEST_STATIC_INIT_MOVE` variable for Code Coverage due to MystenLabs#18752 ## Test plan https://github.com/MystenLabs/sui/actions/runs/10406180594/job/28818615076
## Description Set `SIMTEST_STATIC_INIT_MOVE` variable for Code Coverage due to #18752 ## Test plan https://github.com/MystenLabs/sui/actions/runs/10406180594/job/28818615076
Description
Set
SIMTEST_STATIC_INIT_MOVE
variable for Code Coverage due to #18752Test plan
https://github.com/MystenLabs/sui/actions/runs/10406180594/job/28818615076