Skip to content

Commit

Permalink
fix test scenario refrence
Browse files Browse the repository at this point in the history
old ref cause test failure on github action
  • Loading branch information
GFW-knocker committed Apr 9, 2024
1 parent ca3cdac commit 17b233d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/scenarios/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 17b233d

Please sign in to comment.