added
test environment
This commit is contained in:
parent
cb65f59216
commit
6f10a861a9
|
@ -143,7 +143,7 @@ func TestCrateDir(t *testing.T) {
|
|||
configPath = append(configPath, ConfigFolder + "/network/redis/")
|
||||
configPath = append(configPath, ConfigFolder + "/network/ldap/")
|
||||
|
||||
|
||||
configPath = append(configPath, PidFolder)
|
||||
|
||||
var containerPath []string;
|
||||
|
||||
|
@ -151,7 +151,7 @@ func TestCrateDir(t *testing.T) {
|
|||
containerPath = append(containerPath, BinaryFolder + "/go/")
|
||||
containerPath = append(containerPath, BinaryFolder + "/network/")
|
||||
|
||||
containerPath = append(containerPath, PidFolder)
|
||||
|
||||
|
||||
b, _:=ioutil.ReadFile(cp + "config/example.json")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user