(fileName string)
| 111 | } |
| 112 | |
| 113 | func GetTestActionFilename(fileName string) string { |
| 114 | return GetRepoPath() + "/tests/src/dat/" + fileName |
| 115 | } |
| 116 | |
| 117 | func GetRepoPath() string { |
| 118 | return os.Getenv("GOPATH") + "/src/github.com/apache/openwhisk-cli" |