mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
* improved HITL test reliability * little more * revert that * little speedup * some speed up Co-authored-by: Bruce Wayne <batman@comma.ai>
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
|
nosetests -x -v -s $(ls $DIR/$1*.py)
|