commit | 1f3805db860de3c793a760fff6501f8b8110a557 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Thu Sep 18 19:58:47 2014 -0700 |
committer | tom <tom@onlab.us> | Thu Sep 18 19:58:47 2014 -0700 |
tree | 7f23d4d817c51c33bb9d487e6a6ae13a97036b5b | |
parent | 6b5cfec5c49e3e9f48392bc9d1ef9d628802cfb7 [diff] [blame] |
Tweaking onos-* test scripts.
diff --git a/tools/test/bin/onos-log b/tools/test/bin/onos-log index 611d6d7..698cc2f 100755 --- a/tools/test/bin/onos-log +++ b/tools/test/bin/onos-log
@@ -10,6 +10,8 @@ LOG=$ONOS_INSTALL_DIR/log/karaf.log +trap "ssh $remote 'ps -ef | grep \"tail -n 512\" | grep -v grep | cut -c10-15 | xargs kill'" EXIT + ssh $remote " while true; do [ ! -f $LOG ] && sleep 2 && continue