commit | 4b84baff750e846b8e4bce54996a0484a8c707aa | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon Jul 27 10:49:06 2015 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Mon Jul 27 10:49:06 2015 -0700 |
tree | e38bb8687ee73a5e5eaf83fc541866ccc1dd4000 | |
parent | 82e95a5de5758587f75fdf9c54675ce01711e125 [diff] [blame] |
Fixed a few onos-check-* tools. Change-Id: I2bda9677aec461c091c6e24c5ba0fd6f6dacfff9
diff --git a/tools/test/bin/onos-check-apps b/tools/test/bin/onos-check-apps index 0d1bf83..9bdf393 100755 --- a/tools/test/bin/onos-check-apps +++ b/tools/test/bin/onos-check-apps
@@ -9,7 +9,7 @@ aux=/tmp/stc-$$.log trap "rm -f $aux $aux.1 $aux.2 2>/dev/null" EXIT -onos ${1:-$OCI} "onos:apps -s -a" > $aux +onos ${1:-$OCI} "onos:apps -s -a" | grep -v /bin/client > $aux cat $aux # Normalize the installed apps