Skip to content

Commit

Permalink
reboot after disabling setup
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-pejovic committed Dec 20, 2024
1 parent e24eb05 commit f0bc363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hil/run_hil_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ "$TEST_ARGS" == "--rvc4" ]]; then
adb shell systemctl stop agentconfd setup
adb shell systemctl disable agentconfd setup
#adb shell touch /persist/factory/enabled
#adb shell reboot
adb shell reboot
echo "Device reboot initiated for RVC4. Factory mode enabled."
elif [[ "$TEST_ARGS" == "--rvc2" ]]; then
echo "RVC2 configuration specified. Continuing with test setup..."
Expand Down

0 comments on commit f0bc363

Please sign in to comment.