commit | f95723551e77485416ca933d9649e576b7170f73 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Wed Mar 09 10:21:18 2016 -0800 |
committer | Jon Hall <jhall@onlab.us> | Wed Mar 09 10:21:18 2016 -0800 |
tree | fbb41526f51e9d2a3513e5b81ddd8175137aa445 | |
parent | d1baa9ebb468b25cd22c9f290b4848508dcf3785 [diff] [blame] |
Tuesday's improvements plus cli script Change-Id: Ieba2d2e2ac97ff8f599780d9185a8be239b7bc68
diff --git a/TestON/bin/demo-summary b/TestON/bin/demo-summary index 2f90a55..4ba8c05 100755 --- a/TestON/bin/demo-summary +++ b/TestON/bin/demo-summary
@@ -13,5 +13,5 @@ printf "\t-f : Tails the summary file and updates as the file is written to.\n\n" exit 1 fi -ls -t ~/OnosSystemTest/TestON/logs/*/*${file}.txt | head -1 | xargs tail -n+1 -f +tail -F /home/admin/ONS16/DemoCode.txt exit 0