Skip to content

Commit

Permalink
Stop setup instead of starting factory mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo committed Dec 14, 2024
1 parent e464ccb commit 0c84852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/hil/run_hil_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ TEST_ARGS=$2
# Check for optional RVC arguments
if [[ "$TEST_ARGS" == "--rvc4" ]]; then
echo "Running RVC4 configuration commands..."
adb shell mkdir -p /persist/factory/
adb shell touch /persist/factory/enabled
adb shell reboot
adb shell systemctl stop agentconfd setup
#adb shell touch /persist/factory/enabled
#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 0c84852

Please sign in to comment.