set +ex
grep "Error calling advance_xm_wpxp" run_scripts/advance_xm_wpxp_bad_wp2 > output
if [ -s output ]; then
echo "CAM CLUBB error handling test for advance_xm_wpxp was SUCCESSFUL"
else
echo "CAM CLUBB error handling test for advance_xm_wpxp FAILED"
exit 1
fi