Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions testing/fuchsia/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ else
fi

reboot() {
echo "Dumping system logs..."

./fuchsia_ctl -d $device_name ssh \
-c "log_listener --dump_logs yes"

# note: this will set an exit code of 255, which we can ignore.
./fuchsia_ctl -d $device_name ssh -c "dm reboot-recovery" || true
}
Expand Down Expand Up @@ -69,7 +74,3 @@ done
-t shell_tests \
-a "--gtest_filter=-ShellTest.HandlesActualIphoneXsInputEvents:ShellTest.CacheSkSLWorks:ShellTest.SetResourceCacheSize*:ShellTest.Screenshot:ShellTest.WaitForFirstFrameTimeout"

echo "Dumping system logs..."

./fuchsia_ctl -d $device_name ssh \
-c "log_listener --dump_logs yes"