$cmdOutput = shell_exec("perl run_single_test/hello.pl");
echo "the command output = $cmdOutput";
これにより、ファイルhello.pl
が実行され、「hello world back to page」が出力されます。しかし
shell_exec("perl run_single_test/test_single_run.pl -s \"$testSuiteName\" -t \"$testName\" -i $time");
実行されません。コマンドを画面にエコーしてターミナルで実行すると、Perl スクリプトは完全に実行されました。test_single_run.pl
ログ ファイルを作成し、いくつかのファイルをコピーします。
私は何が欠けていますか?