mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
Local tests fixups
This commit is contained in:
@@ -78,7 +78,7 @@ func TestTutLclStartEngine(t *testing.T) {
|
||||
}
|
||||
exec.Command("pkill", "cgr-engine").Run() // Just to make sure another one is not running, bit brutal maybe we can fine tune it
|
||||
time.Sleep(time.Duration(*waitRater) * time.Millisecond)
|
||||
engine := exec.Command(enginePath, "-config", tutCfgPath)
|
||||
engine := exec.Command(enginePath, "-config_dir", tutCfgPath)
|
||||
if err := engine.Start(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user