Skip to content

Commit db2eec9

Browse files
committed
Merge branch 'master' of github.com:commaai/panda into memxxx
2 parents cf6985a + 11257e7 commit db2eec9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

run_automated_tests.sh

+5
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ cd boardesp
1010
make flashall
1111
cd ..
1212

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

1419
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 commit comments

Comments
 (0)