Browse Source

Merge pull request #7097 from nextcloud/fixITpath

IT report has changed
Tobias Kaminsky 4 years ago
parent
commit
56e9b1ec77

BIN
screenshots/gplay/debug/com.owncloud.android.ui.fragment.OCFileListFragmentStaticServerIT_showFiles.png


BIN
screenshots/gplay/debug/com.owncloud.android.ui.fragment.OCFileListFragmentStaticServerIT_showSharedFiles.png


+ 2 - 2
scripts/uploadReport.sh

@@ -70,10 +70,10 @@ else
     -X POST https://api.github.com/repos/nextcloud/android/issues/$PR/comments \
     -d "{ \"body\" : \"$BRANCH_TYPE test failed, but no output was generated. Maybe a preliminary stage failed. \" }"
 
-    if [ -e build/reports/androidTests/connected/flavors/GPLAY ] ; then
+    if [ -e build/reports/androidTests/connected/flavors/gplayDebugAndroidTest ] ; then
         TYPE="IT"
         BRANCH_TYPE=$BRANCH-$TYPE
-        upload "build/reports/androidTests/connected/flavors/GPLAY"
+        upload "build/reports/androidTests/connected/flavors/gplayDebugAndroidTest"
     fi
 
     if [ -e build/reports/tests/testGplayDebugUnitTest ] ; then