Changed the default value od SCOMPRESS to true.
[pspp-builds.git] / tests / test_template
index bb862fefd892b40eea8f6a597507f5e5e6498f60..bb1c17ee90aa1229f83a7b26df86373620d2305b 100755 (executable)
@@ -11,6 +11,8 @@ if [ -z "$top_builddir" ] ; then top_builddir=. ; fi
 top_srcdir=`cd $top_srcdir; pwd`
 top_builddir=`cd $top_builddir; pwd`
 
+PSPP=$top_builddir/src/ui/terminal/pspp
+
 export STAT_CONFIG_PATH=$top_srcdir/config
 
 
@@ -56,7 +58,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $top_builddir/src/pspp --testing-mode -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi