浏览代码

uploadReport.sh: fix flavor case

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 3 年之前
父节点
当前提交
8e0aebf3f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/uploadReport.sh

+ 1 - 1
scripts/uploadReport.sh

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