showing job submission standard error along with stdout
Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/57ccfb33 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/57ccfb33 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/57ccfb33 Branch: refs/heads/master Commit: 57ccfb336d52df425a0de2e72c7db33f4e8eba95 Parents: 65f1fdb Author: scnakandala <[email protected]> Authored: Fri Apr 1 12:17:08 2016 -0400 Committer: scnakandala <[email protected]> Committed: Fri Apr 1 12:17:08 2016 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-info.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/57ccfb33/app/views/partials/experiment-info.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php index 83b0197..7a13711 100644 --- a/app/views/partials/experiment-info.blade.php +++ b/app/views/partials/experiment-info.blade.php @@ -180,7 +180,7 @@ || $jobDetail->jobStatus->jobStateName == "FAILED") <tr> <th>Job Submission Response</th> - <td>{{$jobDetail->stdOut}}</td> + <td>{{$jobDetail->stdOut . $jobDetail->stdErr}}</td> </tr> @endif @endforeach
