]>
git.saurik.com Git - apt.git/blob - test/integration/run-tests
4 DIR
=$(readlink -f $(dirname $0))
5 if [ "$1" = "-q" ]; then
7 elif [ "$1" = "-v" ]; then
10 for testcase
in $(run-parts --list $DIR | grep '/test-'); do
11 if [ "$1" = "-q" ]; then
12 echo -n "\033[1;32mRun Testcase \033[1;35m$(basename ${testcase})\033[0m"
14 echo "\033[1;32mRun Testcase \033[1;35m$(basename ${testcase})\033[0m"
17 if [ "$1" = "-q" ]; then