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,9 +15,9 @@ run_tests () {
|
||||
RUN=run-tests
|
||||
if test -n "$2"; then
|
||||
RUN=$2
|
||||
echo "Running test $2 of $1..."
|
||||
echo "Running test $2 of libs/$1..."
|
||||
else
|
||||
echo "Running tests for $1..."
|
||||
echo "Running tests for libs/$1..."
|
||||
fi
|
||||
echo "-------------------------------------------"
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user