1#!/bin/sh
2
3# make the test continue to execute even one fail
4./test --keep-going
5