mirror of
https://github.com/danog/tgvoip-test-suite.git
synced 2024-11-30 04:39:10 +01:00
Update CallTester.php
This commit is contained in:
parent
5671dd18ec
commit
f692ea1ad7
@ -421,7 +421,7 @@ class CallTester {
|
|||||||
|
|
||||||
$this->copyFileFromCallee($calleeOutPath);
|
$this->copyFileFromCallee($calleeOutPath);
|
||||||
|
|
||||||
$rateCommand = "tests/rate-async.sh {$fileCaller} {$callerPreprocessedPath} {$calleeOutPath} 2>> {$outDir}rate_errors.log";
|
$rateCommand = "bash tests/rate-async.sh {$fileCaller} {$callerPreprocessedPath} {$calleeOutPath} 2>> {$outDir}rate_errors.log";
|
||||||
$allRatings = explode(',', $this->execSync($rateCommand));
|
$allRatings = explode(',', $this->execSync($rateCommand));
|
||||||
|
|
||||||
$row = [
|
$row = [
|
||||||
|
Loading…
Reference in New Issue
Block a user