Browse Source

IT report has changed

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 years ago
parent
commit
ee5ff47138

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