mirror of
https://github.com/danog/tgvoip-test-suite.git
synced 2024-11-26 20:24:41 +01:00
Update CallTester.php
This commit is contained in:
parent
5671dd18ec
commit
f692ea1ad7
@ -421,7 +421,7 @@ class CallTester {
|
||||
|
||||
$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));
|
||||
|
||||
$row = [
|
||||
|
Loading…
Reference in New Issue
Block a user