mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
androidScreenshotTest: Use full path to emulator
In some systems (like mine) emulator will fail if not called by full path Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
6ab58b7b1a
commit
4121cd9e50
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ while read line ; do
|
||||||
done < <(adb devices | cut -f1)
|
done < <(adb devices | cut -f1)
|
||||||
|
|
||||||
if [ "$emulatorIsRunning" == false ] ; then
|
if [ "$emulatorIsRunning" == false ] ; then
|
||||||
emulator -writable-system -avd uiComparison -no-snapshot -gpu swiftshader_indirect -no-audio -skin 500x833 &
|
"$(command -v emulator)" -writable-system -avd uiComparison -no-snapshot -gpu swiftshader_indirect -no-audio -skin 500x833 &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e $5 ] ; then
|
if [ -e $5 ] ; then
|
||||||
|
|
Loading…
Reference in a new issue