#!/bin/sh MAKE=make #MAKE=gmake EGREP="grep -E" #EGREP="egrep" set -e do_tests() { echo cd tests ./test.lua | $EGREP 'version|PASS|FAIL' cd .. } cat <