diff regression/regression-tests.bash @ 35:b2f247463b83 stable-0-5-6

better decoding of 7c blocks
author carl
date Sun, 15 Jul 2007 14:25:34 -0700
parents
children 6fe121a971c9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/regression/regression-tests.bash	Sun Jul 15 14:25:34 2007 -0700
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+for i in {1..6}; do
+    rm -rf output$i
+    mkdir output$i
+done
+
+#   ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err
+#   ../src/readpst -cv    -o output1 ams.pst
+#   ../src/readpst -cl -r -o output2 ams.pst
+#   ../src/readpst -S     -o output3 ams.pst
+#   ../src/readpst -M     -o output4 ams.pst
+#   ../src/readpst        -o output5 mbmg.archive.pst
+
+    ../src/readpst        -o output1 -d dumper ams.pst
+    ../src/readpstlog dumper >dumperams.log
+
+    ../src/readpst        -o output6 -d dumper /tmp/pam.pst
+    ../src/readpstlog dumper >dumperpam.log
+
+    rm -f dumper