commit | 3fb1f2bc7c0ec674ae8cd93318f3d332ec2bc6b7 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Wed Mar 27 13:08:32 2024 -0700 |
committer | Makoto Onuki <omakoto@google.com> | Wed Mar 27 20:45:41 2024 +0000 |
tree | f813a8cccb682b2b25f3738ced010ab5537ad9dc | |
parent | 1406600d75c1a30ebdf45312b7fa0f4a4355194b [diff] [blame] |
Collect ravenwood stats *.csv files under the testcases dir Test: atest ravenwood-stats-checker Bug: 292141694 Change-Id: I51a295d940e4a02f33341614ca4b80bca330200c
diff --git a/ravenwood/ravenwood-stats-checker.sh b/ravenwood/ravenwood-stats-checker.sh new file mode 100755 index 0000000..fb58e72 --- /dev/null +++ b/ravenwood/ravenwood-stats-checker.sh
@@ -0,0 +1,5 @@ +#!/bin/bash + +# Just print the available *.csv filenames. +echo '#Stats files:' +ls *.csv \ No newline at end of file