/[pspp]/pspp/tests/expressions/expressions.sh
ViewVC logotype

Diff of /pspp/tests/expressions/expressions.sh

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

revision 1.5 by blp, Sun Jul 31 04:55:59 2005 UTC revision 1.6 by jstover, Mon Oct 10 22:18:06 2005 UTC
# Line 1304  $SUPERVISOR $here/../src/pspp --testing- Line 1304  $SUPERVISOR $here/../src/pspp --testing-
1304           $TEMPDIR/expr-opt.stat >$TEMPDIR/expr-opt.err 2> $TEMPDIR/expr-opt.out           $TEMPDIR/expr-opt.stat >$TEMPDIR/expr-opt.err 2> $TEMPDIR/expr-opt.out
1305    
1306  activity="compare optimizing output"  activity="compare optimizing output"
1307  diff -B -b $TEMPDIR/expr-list $TEMPDIR/expr-opt.out  perl -pi -e 's/^\s*$//g' $TEMPDIR/expr-list $TEMPDIR/expr-opt.out
1308    diff -b $TEMPDIR/expr-list $TEMPDIR/expr-opt.out
1309  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
1310    
1311  activity="create non-optimizing input"  activity="create non-optimizing input"
# Line 1319  $SUPERVISOR $here/../src/pspp --testing- Line 1320  $SUPERVISOR $here/../src/pspp --testing-
1320          $TEMPDIR/expr-noopt.stat >$TEMPDIR/expr-noopt.err 2> $TEMPDIR/expr-noopt.out          $TEMPDIR/expr-noopt.stat >$TEMPDIR/expr-noopt.err 2> $TEMPDIR/expr-noopt.out
1321    
1322  activity="compare non-optimizing output"  activity="compare non-optimizing output"
1323  diff -B -b $TEMPDIR/expr-list $TEMPDIR/expr-noopt.out  perl -pi -e 's/^\s*$//g' $TEMPDIR/expr-list $TEMPDIR/expr-noopt.out
1324    diff -b $TEMPDIR/expr-list $TEMPDIR/expr-noopt.out
1325  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
1326    
1327  activity="create optimizing postfix input"  activity="create optimizing postfix input"

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

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