Added support for T-TEST where the group criteria is specified as a threshold
[pspp] / tests / command / compute.sh
index 0e3655cebf8c8ec83f7ca139d485cdbeda886389..7aa0dbb909850c8fe13d9e392d9b1f58968063b5 100755 (executable)
@@ -70,7 +70,8 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
-$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/compute.stat
+activity="run program"
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/compute.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 diff -B -b $TEMPDIR/pspp.list - <<EOF