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
|
elif [ $TYPE = "Unit" ]; then
|
||||||
FOLDER=build/reports/tests/testGplayDebugUnitTest
|
FOLDER=build/reports/tests/testGplayDebugUnitTest
|
||||||
else
|
else
|
||||||
FOLDER=build/reports/shot/verification
|
FOLDER=build/reports/shot/gplay/debug/verification
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e $FOLDER ]; then
|
if [ -e $FOLDER ]; then
|
||||||
@ -92,10 +92,10 @@ else
|
|||||||
upload "build/reports/tests/testGplayDebugUnitTest"
|
upload "build/reports/tests/testGplayDebugUnitTest"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e build/reports/shot/verification ] ; then
|
if [ -e build/reports/shot/gplay/debug/verification ] ; then
|
||||||
TYPE="Screenshot"
|
TYPE="Screenshot"
|
||||||
BRANCH_TYPE=$BRANCH-$TYPE
|
BRANCH_TYPE=$BRANCH-$TYPE
|
||||||
upload "build/reports/shot/verification"
|
upload "build/reports/shot/gplay/debug/verification"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 1 # always fail
|
exit 1 # always fail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user