mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Run medium tests three times
This commit is contained in:
@@ -232,7 +232,10 @@ case "$1" in
|
|||||||
|
|
||||||
medium-tests)
|
medium-tests)
|
||||||
shift; parse_opts $*
|
shift; parse_opts $*
|
||||||
run_tests medium
|
for attempt in {1..3}; do
|
||||||
|
(run_tests medium) && exit 0
|
||||||
|
done
|
||||||
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
large-tests)
|
large-tests)
|
||||||
@@ -253,7 +256,7 @@ case "$1" in
|
|||||||
build_apk
|
build_apk
|
||||||
install_apk
|
install_apk
|
||||||
;;
|
;;
|
||||||
|
|
||||||
clean)
|
clean)
|
||||||
remove_build_dir
|
remove_build_dir
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user