Skip to content

Commit

Permalink
test: log contents of Move.toml to debug failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay committed Aug 24, 2024
1 parent f78a0e4 commit 1219f93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/scripts/update_move_toml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ sed -i "s/^admin = \".*\"/admin = \"$RESOURCE_ADDRESS\"/" "$MOVE_TOML_PATH"
sed -i "s/^origin_addr = \".*\"/origin_addr = \"$ADDRESS\"/" "$MOVE_TOML_PATH"
sed -i "s/^source_account = \".*\"/source_account = \"$ADDRESS\"/" "$MOVE_TOML_PATH"

echo "Move.toml updated with ADDRESS: $ADDRESS and RESOURCE_ADDRESS: $RESOURCE_ADDRESS"
echo "Move.toml updated with ADDRESS: $ADDRESS and RESOURCE_ADDRESS: $RESOURCE_ADDRESS"

echo "Contents of $MOVE_TOML_PATH:"
cat "$MOVE_TOML_PATH"

0 comments on commit 1219f93

Please sign in to comment.