mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
scripts: androidScreenshotTest: Fail on first error
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
aa897677ac
commit
6ab58b7b1a
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo "1: record: true/false
|
echo "1: record: true/false
|
||||||
|
|
Loading…
Reference in a new issue