Committed by
Gerrit Code Review
Remove shell debugging from wait script
Change-Id: Iec5c6e3e57f07b3b167aa0381316fbde617b57c9
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -9,7 +9,6 @@ | ... | @@ -9,7 +9,6 @@ |
| 9 | remote=$ONOS_USER@${1:-$OCI} | 9 | remote=$ONOS_USER@${1:-$OCI} |
| 10 | 10 | ||
| 11 | ssh -t $remote " | 11 | ssh -t $remote " |
| 12 | - set -x | ||
| 13 | # Wait until we reach the run-level 100 | 12 | # Wait until we reach the run-level 100 |
| 14 | for i in \$(seq 1 45); do | 13 | for i in \$(seq 1 45); do |
| 15 | $ONOS_INSTALL_DIR/bin/onos bundle:list 2>/dev/null | \ | 14 | $ONOS_INSTALL_DIR/bin/onos bundle:list 2>/dev/null | \ | ... | ... |
-
Please register or login to post a comment