dump: Make it work with updated corpus.
[pspp] / parse-all-light
index 1facaec43d2bf858272a30f356862464e2d724af..e63811cd9fb973d2405544b905ea5229098ff5f4 100755 (executable)
@@ -1,8 +1,9 @@
 #! /bin/bash
-for d in {williams,germano,smekens,unzipped,unzipped2}/*/*light*.bin; do
-    if ! ./dump all < $d >/dev/null; then
+make || exit 1
+for d in {unzipped3,williams,germano,smekens,unzipped,unzipped2}/*/*light*.bin; do
+    if ! ./dump all < $d > /dev/null; then
        echo $d
-       ./dump all < $d
+       #./dump all < $d
        echo
     fi
 done