DEBUG XFORM FAIL: Issue an error message as part of transformation.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 12 Dec 2010 06:17:01 +0000 (22:17 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 12 Dec 2010 06:17:01 +0000 (22:17 -0800)
commit4fc76abeb861faaa36c854dfc86e76d00d8089f4
treef85a1351219913b28ff7dfa9651fbb3551fcac68
parent893b8a35bb77755ef700a4646cd62e77b30c0b1f
DEBUG XFORM FAIL: Issue an error message as part of transformation.

PSPP only returns a failure exit status if an error message is issued, but
DEBUG XFORM FAIL doesn't issue an error message.  This means that, if PSPP
has no other errors, then it's difficult to tell that the transformation
really did what it should have.  This commit fixes the potential problem.
src/language/xforms/fail.c
tests/language/stats/rank.at