mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
rerun tests on failure
This commit is contained in:
parent
588fc50e9f
commit
7683d1185a
@ -11,7 +11,7 @@ CONFIGURATION="${2:-"Release"}"
|
|||||||
DESTINATION=
|
DESTINATION=
|
||||||
PATH="/opt/android-sdk-linux/platform-tools:$PATH"
|
PATH="/opt/android-sdk-linux/platform-tools:$PATH"
|
||||||
SRCROOT=$(cd "$(dirname "$0")/.." && pwd)
|
SRCROOT=$(cd "$(dirname "$0")/.." && pwd)
|
||||||
#XCPRETTY=true
|
XCPRETTY=true
|
||||||
|
|
||||||
# Start current working directory at the root of the project.
|
# Start current working directory at the root of the project.
|
||||||
cd "$SRCROOT"
|
cd "$SRCROOT"
|
||||||
@ -133,7 +133,7 @@ case "$TARGET" in
|
|||||||
start_packager
|
start_packager
|
||||||
|
|
||||||
pushd ios
|
pushd ios
|
||||||
xctest ReactTestApp
|
xctest ReactTestApp || xctest ReactTestApp
|
||||||
;;
|
;;
|
||||||
"react-example")
|
"react-example")
|
||||||
pushd examples/ReactExample
|
pushd examples/ReactExample
|
||||||
|
Loading…
x
Reference in New Issue
Block a user