/[pspp]/pspp/tests/bugs/html-frequency.sh
ViewVC logotype

Diff of /pspp/tests/bugs/html-frequency.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by jmd, Fri Jan 21 11:59:40 2005 UTC revision 1.7 by jmd, Thu Feb 10 00:42:03 2005 UTC
# Line 13  here=`pwd` Line 13  here=`pwd`
13  # ensure that top_srcdir is absolute  # ensure that top_srcdir is absolute
14  cd $top_srcdir ; top_srcdir=`pwd`  cd $top_srcdir ; top_srcdir=`pwd`
15    
16  STAT_CONFIG_PATH=$top_srcdir/config  export STAT_CONFIG_PATH=$top_srcdir/config
17    
18  cleanup()  cleanup()
19  {  {
# Line 48  mkdir -p $TEMPDIR Line 48  mkdir -p $TEMPDIR
48    
49    
50  activity="create data"  activity="create data"
51  cat << EOF > $TEMPDIR/ff.stat  cat << EOF > $TESTFILE
52    
53  data list free /v1 v2.  data list free /v1 v2.
54  begin data.  begin data.
# Line 67  if [ $? -ne 0 ] ; then no_result ; fi Line 67  if [ $? -ne 0 ] ; then no_result ; fi
67  cd $TEMPDIR  cd $TEMPDIR
68    
69  activity="run data"  activity="run data"
70  $SUPERVISOR $here/../src/pspp -o html $TEMPDIR/ff.stat  $SUPERVISOR $here/../src/pspp -o html $TESTFILE
71  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
72    
73    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26