diff --git a/streamApp/tests/testall b/streamApp/tests/testall index 673d4f2..a9a4252 100755 --- a/streamApp/tests/testall +++ b/streamApp/tests/testall @@ -4,9 +4,9 @@ do if [ $i != testall -a -x $i ] then echo $i "$@" - if ! $i "$@" + if ! ./$i "$@" then - echo -e "\033[31;7mFailed.\033[0m" + echo -e "\033[31;7m$i failed.\033[0m" (( fail+=1 )) fi fi