commit | 62f92754c534b8251c8e41bb32e3ea88a7e98f52 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Tue Nov 11 18:58:01 2014 -0800 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Tue Nov 11 18:58:01 2014 -0800 |
tree | 0d5d441239f3b6c4fb97e740501a08e954d609ec | |
parent | 63323fd036658d4d222336ec49faf989c7c97879 [diff] |
suppress warning by karaf client Change-Id: I175210e76d2b8085f4165eac00785f30bef0fd89
diff --git a/tools/test/bin/onos b/tools/test/bin/onos index a0c126c..b18bae8 100755 --- a/tools/test/bin/onos +++ b/tools/test/bin/onos
@@ -10,4 +10,5 @@ [ "$1" = "-w" ] && shift && onos-wait-for-start $1 [ -n "$1" ] && OCI=$(find_node $1) && shift +unset KARAF_HOME client -h $OCI -u karaf "$@" 2>/dev/null