Răsfoiți Sursa

uploadReport.sh: fix flavor case

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 3 ani în urmă
părinte
comite
8e0aebf3f0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      scripts/uploadReport.sh

+ 1 - 1
scripts/uploadReport.sh

@@ -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