Skip to content

Commit e164016

Browse files
authored
Revert "Move log_listener call into the reboot trap (flutter#16564)"
This reverts commit 273760e.
1 parent 572a092 commit e164016

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

testing/fuchsia/run_tests.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ else
2525
fi
2626

2727
reboot() {
28-
echo "Dumping system logs..."
29-
30-
./fuchsia_ctl -d $device_name ssh \
31-
-c "log_listener --dump_logs yes"
32-
3328
# note: this will set an exit code of 255, which we can ignore.
3429
./fuchsia_ctl -d $device_name ssh -c "dm reboot-recovery" || true
3530
}
@@ -74,3 +69,7 @@ done
7469
-t shell_tests \
7570
-a "--gtest_filter=-ShellTest.HandlesActualIphoneXsInputEvents:ShellTest.CacheSkSLWorks:ShellTest.SetResourceCacheSize*:ShellTest.Screenshot:ShellTest.WaitForFirstFrameTimeout"
7671

72+
echo "Dumping system logs..."
73+
74+
./fuchsia_ctl -d $device_name ssh \
75+
-c "log_listener --dump_logs yes"

0 commit comments

Comments
 (0)