Skip to content

Commit

Permalink
Exempt local config file from travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danbogos committed Jan 18, 2015
1 parent 1cb581e commit eed6e4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions general_tests/multiplecdrc_local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eed6e4d

Please sign in to comment.