This is an automated email from the ASF dual-hosted git repository.

zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git


The following commit(s) were added to refs/heads/refactor/rust-rewrite-design 
by this push:
     new 20a04e0ea fix(test): capture POC commit metadata
20a04e0ea is described below

commit 20a04e0ea845e07b04466cc2a12981b46f10fd8f
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 09:39:09 2026 +0800

    fix(test): capture POC commit metadata
---
 tools/rust-partition-poc/verify.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/rust-partition-poc/verify.sh 
b/tools/rust-partition-poc/verify.sh
index eaef466f2..81eb7fab8 100755
--- a/tools/rust-partition-poc/verify.sh
+++ b/tools/rust-partition-poc/verify.sh
@@ -6,7 +6,7 @@
 set -euo pipefail
 root="$(cd "$(dirname "$0")/../.." && pwd)"
 manifest="$root/tools/rust-partition-poc/Cargo.toml"
-echo "commit=$(git -C \"$root\" rev-parse HEAD)"
+echo "commit=$(git -C "$root" rev-parse HEAD)"
 echo "host=$(rustc -vV | sed -n 's/^host: //p')"
 rustc --version
 cargo --version

Reply via email to