mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
build.sh: Make output dir
This commit is contained in:
1
build.sh
1
build.sh
@@ -222,6 +222,7 @@ android_test_parallel() {
|
|||||||
for API in $*; do
|
for API in $*; do
|
||||||
(
|
(
|
||||||
LOG=build/android-test-$API.log
|
LOG=build/android-test-$API.log
|
||||||
|
mkdir -p build
|
||||||
log_info "API $API: Running tests..."
|
log_info "API $API: Running tests..."
|
||||||
android_test $API 1>$LOG 2>&1
|
android_test $API 1>$LOG 2>&1
|
||||||
ret_code=$?
|
ret_code=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user