uploadReport.sh: fix flavor case

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2021-05-26 09:31:57 +02:00 committed by Andy Scherzinger
parent 6ac4b04992
commit 8e0aebf3f0
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -58,7 +58,7 @@ if [ -z $USER ] || [ -z $PASS ]; then
fi
if [ $TYPE = "IT" ]; then
FOLDER=build/reports/androidTests/connected/flavors/GPLAY
FOLDER=build/reports/androidTests/connected/flavors/gplay
elif [ $TYPE = "Unit" ]; then
FOLDER=build/reports/tests/testGplayDebugUnitTest
else