el-get/test/run-all-tests.sh
Ryan C. Thompson 0dc9179614 Fixes for test scripts
* test-recipe.sh no longer fails due to missing el-get test directory
* test-recipe.sh and run-test.sh now do better jobs of cleaning up
* All test scripts now specify /bin/bash as interpreter
2012-10-06 19:16:18 -07:00

6 lines
126 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
exec ./run-test.sh el-get-*.el 2>/dev/null | { ack --passthru FAILED 2>/dev/null || cat; }