From 372cee8e83b46d6dad6eb62e83108a7aebdccd55 Mon Sep 17 00:00:00 2001 From: Youjie Zheng Date: Tue, 21 May 2024 20:56:44 +0800 Subject: [PATCH] chore: update the external-test script --- scripts/test/external_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/external_test.sh b/scripts/test/external_test.sh index 2b6d447..77ed955 100644 --- a/scripts/test/external_test.sh +++ b/scripts/test/external_test.sh @@ -18,4 +18,4 @@ mv $WORK_DIR/.github/workflows/actions/* .github/workflows/actions # To do the patch for current commit cargo install dependencies-patch # cargo run -- ../../ $PATCH_PACKAGE $PATCH_TARGET_URL $PATCH_COMMIT_HASH -dependencies-patch -c $WORK_DIR -n $PATCH_PACKAGE --git-repo $PATCH_TARGET_URL --commit $PATCH_COMMIT_HASH \ No newline at end of file +dependencies-patch -c $WORK_DIR -n $PATCH_PACKAGE -t git --git-repo $PATCH_TARGET_URL --commit $PATCH_COMMIT_HASH \ No newline at end of file