Exempt local config file from travis tests

This commit is contained in:
DanB
2015-01-18 13:00:26 +01:00
parent 1cb581ed23
commit eed6e4dfa9

View File

@@ -65,6 +65,9 @@ func stopEngine() error {
}
func TestLoadConfig(t *testing.T) {
if !*testLocal {
return
}
var err error
cfgPath = path.Join(*dataDir, "conf", "samples", "multiplecdrc")
if cfg, err = config.NewCGRConfigFromFolder(cfgPath); err != nil {