Skip to content

Commit

Permalink
Create subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Dec 23, 2024
1 parent 8f67c23 commit 9018960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
adb install -r $1
set -x
echo "Starting the screen recording..."
adb shell "recording=0; while true; do screenrecord --bugreport /data/local/tmp/recordings/testRecording$recording.mp4; ((recording++)); done & echo \$! > /data/local/tmp/screenrecord_pid.txt" &
adb shell "recording=0; mkdir -p /data/local/tmp/recordings; while true; do screenrecord --bugreport /data/local/tmp/recordings/testRecording$recording.mp4; ((recording++)); done & echo \$! > /data/local/tmp/screenrecord_pid.txt" &
set +e
~/.maestro/bin/maestro test .maestro/allTests.yaml
TEST_STATUS=$?
Expand Down

0 comments on commit 9018960

Please sign in to comment.