From 17b233de372b0ff23a4134ebafd469e3d9dbecf4 Mon Sep 17 00:00:00 2001 From: GFW-knocker <123458121+GFW-knocker@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:38:16 +0330 Subject: [PATCH] fix test scenario refrence old ref cause test failure on github action --- testing/scenarios/common.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/scenarios/common.go b/testing/scenarios/common.go index 98a86b78662a..01ba3ca8f875 100644 --- a/testing/scenarios/common.go +++ b/testing/scenarios/common.go @@ -120,7 +120,8 @@ func genTestBinaryPath() { } func GetSourcePath() string { - return filepath.Join("github.com", "xtls", "xray-core", "main") + // return filepath.Join("github.com", "xtls", "xray-core", "main") + return filepath.Join("github.com", "GFW-knocker", "Xray-core", "main") } func CloseAllServers(servers []*exec.Cmd) {