Skip to content

Commit 8c11470

Browse files
committed
Fix EON test case
1 parent e2981d6 commit 8c11470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_automated_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
TEST_FILENAME=${TEST_FILENAME:-nosetests.xml}
3-
if [ ! -f "/EON" ]; then
3+
if [ -f "/EON" ]; then
44
TESTSUITE_NAME="Panda_Test-EON"
55
TEST_SCRIPTS=$(ls tests/automated/$1*.py | grep -v "wifi")
66
else

0 commit comments

Comments
 (0)