Skip to content

Commit 3e0102c

Browse files
mkdir -p
1 parent de6ad80 commit 3e0102c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/scripts/run-instrumented-tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -eu
44

55
storeLogs() {
6+
mkdir -p "$TEST_DEVICE_OUTPUTS_DIR"
67
adb shell "logcat -d > $TEST_DEVICE_OUTPUTS_DIR/logcat.txt"
78
}
89

0 commit comments

Comments
 (0)