Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cgrates/cgrates
Browse files Browse the repository at this point in the history
  • Loading branch information
danbogos committed Aug 19, 2015
2 parents 1efd09a + 9db4948 commit 6b21891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general_tests/tutorial_fs_calls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func TestTutFsCallsRestartFS(t *testing.T) {
if !*testCalls {
return
}
if err := engine.CallScript(path.Join(*dataDir, "tutorials", "fs_evsock", "freeswitch", "etc", "init.d", "freeswitch"), "start", 5000); err != nil {
if err := engine.CallScript(path.Join(*dataDir, "tutorials", "fs_evsock", "freeswitch", "etc", "init.d", "freeswitch"), "restart", 5000); err != nil {
t.Fatal(err)
}
}
Expand Down

0 comments on commit 6b21891

Please sign in to comment.