X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Freliability.sh;h=518fb10286758db91bd9ec8d0e44899c5ec862d3;hb=44daa45c8dcab1198280ebb71d35772a990d3e11;hp=c93440421a613d4ede40d2a7d39e3d3f6dd08eaa;hpb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;p=pspp-builds.git diff --git a/tests/command/reliability.sh b/tests/command/reliability.sh index c9344042..518fb102 100755 --- a/tests/command/reliability.sh +++ b/tests/command/reliability.sh @@ -245,7 +245,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" @@ -259,7 +259,7 @@ Cases,Valid,131,92.91 ,Total,141,100.00 Table: Reliability Statistics -Cronbach's Alpha,N of items +Cronbach's Alpha,N of Items .75,4 Scale: Nothing @@ -290,7 +290,7 @@ Cases,Valid,131,92.91 ,Total,141,100.00 Table: Reliability Statistics -Cronbach's Alpha,N of items +Cronbach's Alpha,N of Items .75,4 Table: Item-Total Statistics @@ -309,7 +309,7 @@ Cases,Valid,131,92.91 ,Total,141,100.00 Table: Reliability Statistics -Cronbach's Alpha,N of items +Cronbach's Alpha,N of Items .75,4 EOF if [ $? -ne 0 ] ; then fail ; fi