#!/bin/bash
rc=1
msg="General error"
echo "Test failure - exiting with $rc ($msg)"
exit $rc
