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-summary b/tools/test/bin/onos-check-summary index 008506e..ab7c22d 100755 --- a/tools/test/bin/onos-check-summary +++ b/tools/test/bin/onos-check-summary
@@ -4,7 +4,7 @@ # ----------------------------------------------------------------------------- aux=/tmp/stc-$$.log -trap "rm -f $aux $aux.1 $aux.2 2>/dev/null" EXIT +trap "rm -f $aux 2>/dev/null" EXIT onos ${1:-$OCI} "onos:summary" > $aux cat $aux