#!/bin/sh -e
echo "This is a test failure to see if CI is working"
exit 1