artest: clarify that the tool in gtk2_ardour is testing libs/
Avoid confusingly general sounding ------------------------------------------- Running tests for ardour... -------------------------------------------
This commit is contained in:
parent
9f69b8ccd9
commit
4b8aa51093
@ -15,14 +15,14 @@ run_tests () {
|
|||||||
RUN=run-tests
|
RUN=run-tests
|
||||||
if test -n "$2"; then
|
if test -n "$2"; then
|
||||||
RUN=$2
|
RUN=$2
|
||||||
echo "Running test $2 of $1..."
|
echo "Running test $2 of libs/$1..."
|
||||||
else
|
else
|
||||||
echo "Running tests for $1..."
|
echo "Running tests for libs/$1..."
|
||||||
fi
|
fi
|
||||||
echo "-------------------------------------------"
|
echo "-------------------------------------------"
|
||||||
echo ""
|
echo ""
|
||||||
$3 $LIBS_DIR/$1/$RUN || ALLGOOD=no
|
$3 $LIBS_DIR/$1/$RUN || ALLGOOD=no
|
||||||
echo ""
|
echo ""
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ $# -gt 0 ]; then
|
if [ $# -gt 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user