#!/bin/sh make regress1 >regress1.log 2>&1 ./regress1-parser make -k regress2 >regress2.log 2>&1 && echo "PASS: regress2" || echo "FAIL: regress2"