From f692ea1ad7fb35b8a4dc2e129749747bed1d161d Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 10 Mar 2020 14:34:42 +0400 Subject: [PATCH] Update CallTester.php --- tests/CallTester.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CallTester.php b/tests/CallTester.php index 64da257..f285bf7 100644 --- a/tests/CallTester.php +++ b/tests/CallTester.php @@ -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 = [ @@ -815,4 +815,4 @@ class CallRemoteTester extends CallTester { $cmd = "scp {$this->calleeHost}:{$path} {$path}"; parent::execSync($cmd); } -} \ No newline at end of file +}