set +ex
grep "Error calling advance_wp2_wp3" run_scripts/advance_wp2_wp3_bad_wp2 > output
if [ -s output ]; then
echo "CAM CLUBB error handling test for advance_wp2_wp3 was SUCCESSFUL"
else
echo "CAM CLUBB error handling test for advance_wp2_wp3 FAILED"
exit 1
fi
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