summaryrefslogtreecommitdiffstats
path: root/test/update_parser_output.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/update_parser_output.sh')
-rwxr-xr-xtest/update_parser_output.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/update_parser_output.sh b/test/update_parser_output.sh
new file mode 100755
index 0000000..334892b
--- /dev/null
+++ b/test/update_parser_output.sh
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+
+test_dir=`dirname $0`
+
+for fn in ${test_dir}/datafile_simple.*; do
+ echo "Checking $fn"
+ ./drive_data_scanner -p $fn
+done
+
+for fn in ${test_dir}/log-samples/sample-*; do
+ echo "Checking $fn"
+ ./drive_data_scanner -p -l $fn
+done