You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/04/01 18:17:15 UTC

airavata-php-gateway git commit: showing job submission standard error along with stdout

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 65f1fdb3a -> 57ccfb336


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/develop
Commit: 57ccfb336d52df425a0de2e72c7db33f4e8eba95
Parents: 65f1fdb
Author: scnakandala <su...@gmail.com>
Authored: Fri Apr 1 12:17:08 2016 -0400
Committer: scnakandala <su...@gmail.com>
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