1 2 3 4 5 6
#!/bin/bash export $(cat ENVVARS | xargs -d '\n') make test V=1 >> TEST_OUTPUT 2>&1 echo $? > TEST_RESULT