From 4b8aa51093242a8106c051b12c92479189b91076 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Sat, 11 Jun 2022 14:47:28 +0200 Subject: [PATCH] artest: clarify that the tool in gtk2_ardour is testing libs/ Avoid confusingly general sounding ------------------------------------------- Running tests for ardour... ------------------------------------------- --- gtk2_ardour/artest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk2_ardour/artest b/gtk2_ardour/artest index 0763c2ff46..c1addfa295 100755 --- a/gtk2_ardour/artest +++ b/gtk2_ardour/artest @@ -15,14 +15,14 @@ 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 "" - $3 $LIBS_DIR/$1/$RUN || ALLGOOD=no - echo "" + $3 $LIBS_DIR/$1/$RUN || ALLGOOD=no + echo "" } if [ $# -gt 0 ]; then