X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=parse-all-light;h=e63811cd9fb973d2405544b905ea5229098ff5f4;hb=9f2d5103848c48c3c49b5c0d11f1b2506ab5487e;hp=3925c52f8d3bbd1e60e91647f1398bd47f67f4b1;hpb=e10d92fe99eb6e16fb31d296fbec4eaf9fa75f5a;p=pspp diff --git a/parse-all-light b/parse-all-light index 3925c52f8d..e63811cd9f 100755 --- a/parse-all-light +++ b/parse-all-light @@ -1,8 +1,9 @@ #! /bin/bash -for d in {williams,germano,smekens,unzipped}/*/*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