uploadReport.sh: fix flavor case
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
6ac4b04992
commit
8e0aebf3f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user