])
# Cannot use the CSV driver for this because it does not output charts
# at all.
-AT_CHECK([pspp -O format=pdf frequencies.sps], [0], [ignore])
+AT_CHECK([pspp -O format=pdf frequencies.sps], [0], [ignore], [ignore])
AT_CLEANUP
# Tests for a bug which crashed PSPP when the median and a histogram
])
-AT_CHECK([pspp -O format=pdf scatterlong.sps], [0], [ignore])
+AT_CHECK([pspp -O format=pdf scatterlong.sps], [0], [ignore], [ignore])
AT_CLEANUP
AT_SETUP([GRAPH missing values don't crash])
graph
/histogram = x.
])
-AT_CHECK([pspp -o pspp.pdf scatter.sps])
+AT_CHECK([pspp -o pspp.pdf scatter.sps], [], [ignore])
dnl Ignore output -- this is just a no-crash check.
AT_CLEANUP
/histogram = x
/missing = VARIABLE.
])
-AT_CHECK([pspp -o pspp.pdf scatter.sps])
+AT_CHECK([pspp -o pspp.pdf scatter.sps], [], [ignore])
dnl Ignore output -- this is just a no-crash check.
AT_CLEANUP
/scatterplot = x with y by z.
])
-AT_CHECK([pspp -o pspp.pdf scatter.sps])
+AT_CHECK([pspp -o pspp.pdf scatter.sps], [0], [ignore])
dnl Ignore output -- this is just a no-crash check.
AT_CLEANUP