uploadReport: update shot path
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
d328d89c2d
commit
5a65c65e76
@ -67,7 +67,7 @@ if [ $TYPE = "IT" ]; then
|
||||
elif [ $TYPE = "Unit" ]; then
|
||||
FOLDER=build/reports/tests/testGplayDebugUnitTest
|
||||
else
|
||||
FOLDER=build/reports/shot/verification
|
||||
FOLDER=build/reports/shot/gplay/debug/verification
|
||||
fi
|
||||
|
||||
if [ -e $FOLDER ]; then
|
||||
@ -92,10 +92,10 @@ else
|
||||
upload "build/reports/tests/testGplayDebugUnitTest"
|
||||
fi
|
||||
|
||||
if [ -e build/reports/shot/verification ] ; then
|
||||
if [ -e build/reports/shot/gplay/debug/verification ] ; then
|
||||
TYPE="Screenshot"
|
||||
BRANCH_TYPE=$BRANCH-$TYPE
|
||||
upload "build/reports/shot/verification"
|
||||
upload "build/reports/shot/gplay/debug/verification"
|
||||
fi
|
||||
|
||||
exit 1 # always fail
|
||||
|
Loading…
x
Reference in New Issue
Block a user