X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest_template;h=5c996621ebd3130db798823dd2540fa9f147f6ee;hb=274c90615ffd6975784232b709cff0b99da8b38d;hp=bb862fefd892b40eea8f6a597507f5e5e6498f60;hpb=916d376c0868edf6d271a4fe9fdc96107f69002f;p=pspp-builds.git diff --git a/tests/test_template b/tests/test_template index bb862fef..5c996621 100755 --- a/tests/test_template +++ b/tests/test_template @@ -11,7 +11,13 @@ if [ -z "$top_builddir" ] ; then top_builddir=. ; fi top_srcdir=`cd $top_srcdir; pwd` top_builddir=`cd $top_builddir; pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +PSPP=$top_builddir/src/ui/terminal/pspp + +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH + +LANG=C +export LANG cleanup() @@ -56,7 +62,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