From c0e1bff1e76d716c4c0c97e1aa59f488c30b88f8 Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Wed, 1 Jul 2015 15:14:09 -0700 Subject: [PATCH] Remove shell debugging from wait script Change-Id: Iec5c6e3e57f07b3b167aa0381316fbde617b57c9 --- tools/test/bin/onos-wait-for-start | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/test/bin/onos-wait-for-start b/tools/test/bin/onos-wait-for-start index 2c90181a31..ffaa40242b 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 | \