We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36755a0 commit 64e18e8Copy full SHA for 64e18e8
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