mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 08:19:45 +08:00
refactor: LoadTestCases
This commit is contained in:
@@ -175,7 +175,7 @@ func GetProjectRootDirPath(path string) (rootDir string, err error) {
|
||||
rootDir = filepath.Dir(pluginPath)
|
||||
return
|
||||
}
|
||||
// fix: no debugtalk file in project but having proj.json created by startpeoject
|
||||
// fix: no debugtalk file in project but having proj.json created by startproject
|
||||
projPath, err := locateFile(path, projectInfoFile)
|
||||
if err == nil {
|
||||
rootDir = filepath.Dir(projPath)
|
||||
|
||||
Reference in New Issue
Block a user