updated: finish system/ move (#32535)
* updated: finish system/ move
* add those back
* skip that
* skip whole file
* one more time
old-commit-hash: 73b02f2cda
pull/32103/head
parent
f1c241361c
commit
4356b74cca
11 changed files with 11 additions and 11 deletions
@ -1,7 +1,7 @@ |
||||
#!/usr/bin/env sh |
||||
|
||||
# Stop updater |
||||
pkill -2 -f selfdrive.updated.updated |
||||
pkill -2 -f system.updated.updated |
||||
|
||||
# Remove pending update |
||||
rm -f /data/safe_staging/finalized/.overlay_consistent |
||||
|
@ -1,4 +1,4 @@ |
||||
#!/usr/bin/env sh |
||||
|
||||
# Send SIGHUP to updater |
||||
pkill -1 -f selfdrive.updated |
||||
pkill -1 -f system.updated |
||||
|
@ -1,5 +1,5 @@ |
||||
import contextlib |
||||
from openpilot.selfdrive.updated.tests.test_base import ParamsBaseUpdateTest, run, update_release |
||||
from openpilot.system.updated.tests.test_base import ParamsBaseUpdateTest, run, update_release |
||||
|
||||
|
||||
class TestUpdateDGitStrategy(ParamsBaseUpdateTest): |
Loading…
Reference in new issue