X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Faggregate.sh;h=a751f9dc6a26fd04276a1a2206b1a02dc0ae2664;hb=053e7ff6e0a45a25d5604b211e9c950fff50e75d;hp=534c93b4cc275b22bc6fdab0561b30a3bc8de753;hpb=cc56bd9dc9ecf718111aaf16022f0fe8883a5487;p=pspp-builds.git diff --git a/tests/command/aggregate.sh b/tests/command/aggregate.sh index 534c93b4..a751f9dc 100755 --- a/tests/command/aggregate.sh +++ b/tests/command/aggregate.sh @@ -166,7 +166,7 @@ G N NI NU NUI NFGT2 NFGT2I SFGT2 SFGT2I NFIN23 NFIN23I SFI 4 1.00 1.00 1 1 . . . 1.000 . . . .000 . . . .000 . . 4 . . . 1.000 . . 4 . . 4 . . . . 4 .00 .00 .00 1.00 1.00 1.00 1.00 .00 0 0 0 1 1 1 1 0 . . . 100.0 . . . .0 . . . .0 . . . 100.0 . . . . EOF -for outfile in active external; do +for outfile in temporary active external; do for sort in presorted unsorted; do for missing in itemwise columnwise; do name=$outfile-$sort-$missing @@ -182,8 +182,10 @@ for outfile in active external; do echo "aggregate" if [ "$outfile" = "active" ]; then echo " outfile=*" - else + elif [ "$outfile" = "external" ]; then echo " outfile='aggregate.sys'" + else + echo " outfile=#AGGREGATE" fi if [ "$sort" = "presorted" ]; then echo " /presorted" @@ -194,6 +196,8 @@ for outfile in active external; do cat agg-skel.pspp if [ "$outfile" = "external" ]; then echo "get file='aggregate.sys'." + elif [ "$outfile" = "temporary" ]; then + echo "get file=#AGGREGATE." fi echo "list." } > $name.pspp