el-get/test/test-all-recipes.sh
Ryan C. Thompson 80de27bfeb Minor fix for test-all-recipes.sh
It had "exec" at the beginning of the command that it tolde the user
to run, which would replace the user's running shell. This is now
removed.
2012-03-04 12:39:59 -08:00

7 lines
178 B
Bash
Executable File

#!/bin/sh
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"