X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=parse-all-light;h=e63811cd9fb973d2405544b905ea5229098ff5f4;hb=91e1d822895e84a15e17b15762c6d33629f83342;hp=1facaec43d2bf858272a30f356862464e2d724af;hpb=c3f177db0bedf5629cc27faae5ed5de7f4c78e87;p=pspp diff --git a/parse-all-light b/parse-all-light index 1facaec43d..e63811cd9f 100755 --- a/parse-all-light +++ b/parse-all-light @@ -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