diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2017-05-10 10:02:35 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-05-15 13:29:57 -0400 |
| commit | 43ccc178f7d7c52a13679a0cacf6f393bbf8fd9a (patch) | |
| tree | 43451944ed2a353dcca3345192468e50e07fd385 /src/build | |
| parent | c68fea3baf72d0ef3f296f61d858ac8a650cb85b (diff) | |
| download | blackbird-hostboot-43ccc178f7d7c52a13679a0cacf6f393bbf8fd9a.tar.gz blackbird-hostboot-43ccc178f7d7c52a13679a0cacf6f393bbf8fd9a.zip | |
Add backtrace to citest fail data
Change-Id: Ia458512edfe3c1048de6ea6bfe9499a4d83a3abe
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40337
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build')
| -rwxr-xr-x | src/build/citest/autocitest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/citest/autocitest b/src/build/citest/autocitest index 6254ccabb..2f27deee3 100755 --- a/src/build/citest/autocitest +++ b/src/build/citest/autocitest @@ -360,7 +360,7 @@ while [ $(($modsstarted)) -lt 1 -o $(($modsstarted)) -ne $(($modscompleted)) ]; if [ "$loopcount" -ge 150 ]; then timestamp=`date +'%H:%M:%S'` echo "$timestamp ERROR: timed out after 50 minutes waiting for until test completion" - autosim $NOWIN --simcmd "hb-Ps" + autosim $NOWIN --simcmd "hb-Ps with-backtrace" timeout=$(($modsstarted - $modscompleted)) break fi |

