el-get/test/test-all-recipes.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

7 lines
180 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
echo "If you are sure you want to test ALL the recipes, run the following command:"
echo "$PWD/test-recipe.sh $PWD/../recipes/*.rcp 2>/dev/null"