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

Commit f9e0b736 authored by Zach Johnson's avatar Zach Johnson
Browse files

Allow shorthand for cert/run test filters

Test: cert/run --host SecurityTest
Tag: #gd-refactor
Change-Id: I7365856806c4607c1894e0ddabba255174831531
parent d54932d2
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -70,6 +70,10 @@ esac
done
done
set -- "${POSITIONAL[@]}" # restore positional parameters
set -- "${POSITIONAL[@]}" # restore positional parameters


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

CERT_TEST_VENV=$ANDROID_BUILD_TOP/out/dist/bluetooth_venv
CERT_TEST_VENV=$ANDROID_BUILD_TOP/out/dist/bluetooth_venv


YELLOW="\033[1;33m"
YELLOW="\033[1;33m"