test environment
This commit is contained in:
snoop 2017-04-17 13:53:30 +09:00
parent cb65f59216
commit 6f10a861a9

View File

@ -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")