Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0193e374 authored by Zach Johnson's avatar Zach Johnson Committed by Gerrit Code Review
Browse files

Merge "Allow shorthand for cert/run test filters"

parents c8014c9f f9e0b736
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -70,6 +70,10 @@ esac
done
set -- "${POSITIONAL[@]}" # restore positional parameters

if [[ -n "$1" ]] ; then
  TEST_FILTER="-tc $1"
fi

CERT_TEST_VENV=$ANDROID_BUILD_TOP/out/dist/bluetooth_venv

YELLOW="\033[1;33m"