commit | c0e1bff1e76d716c4c0c97e1aa59f488c30b88f8 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Wed Jul 01 15:14:09 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Jul 02 06:28:43 2015 +0000 |
tree | a4d1ba4845e975144e625fb7b76f99d6c3b7b031 | |
parent | d13f3b88549adc8ccdea1269da3053c79b577d6f [diff] |
Remove shell debugging from wait script Change-Id: Iec5c6e3e57f07b3b167aa0381316fbde617b57c9
diff --git a/tools/test/bin/onos-wait-for-start b/tools/test/bin/onos-wait-for-start index 2c90181..ffaa402 100755 --- a/tools/test/bin/onos-wait-for-start +++ b/tools/test/bin/onos-wait-for-start
@@ -9,7 +9,6 @@ remote=$ONOS_USER@${1:-$OCI} ssh -t $remote " - set -x # Wait until we reach the run-level 100 for i in \$(seq 1 45); do $ONOS_INSTALL_DIR/bin/onos bundle:list 2>/dev/null | \