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);
|
$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 = [
|
||||||
@ -815,4 +815,4 @@ class CallRemoteTester extends CallTester {
|
|||||||
$cmd = "scp {$this->calleeHost}:{$path} {$path}";
|
$cmd = "scp {$this->calleeHost}:{$path} {$path}";
|
||||||
parent::execSync($cmd);
|
parent::execSync($cmd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user