Skip to content

Commit

Permalink
Merge branch 'master' of github.com:commaai/panda into memxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Jul 3, 2019
2 parents cf6985a + 11257e7 commit db2eec9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_automated_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ cd boardesp
make flashall
cd ..

IFS=$'\n'
for NAME in $(nmcli --fields NAME con show | grep panda | awk '{$1=$1};1')
do
nmcli connection delete "$NAME"
done

PYTHONPATH="." python $(which nosetests) -v --with-xunit --xunit-file=./$TEST_FILENAME --xunit-testsuite-name=$TESTSUITE_NAME -s tests/automated/$1*.py
File renamed without changes.

0 comments on commit db2eec9

Please sign in to comment.