We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2981d6 commit 8c11470Copy full SHA for 8c11470
run_automated_tests.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
TEST_FILENAME=${TEST_FILENAME:-nosetests.xml}
3
-if [ ! -f "/EON" ]; then
+if [ -f "/EON" ]; then
4
TESTSUITE_NAME="Panda_Test-EON"
5
TEST_SCRIPTS=$(ls tests/automated/$1*.py | grep -v "wifi")
6
else
0 commit comments