Add openpilot tests
This commit is contained in:
8
selfdrive/test/loop_until_fail.sh
Normal file
8
selfdrive/test/loop_until_fail.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
# Loop something forever until it fails, for verifying new tests
|
||||
|
||||
while true; do
|
||||
$@
|
||||
done
|
||||
Reference in New Issue
Block a user