Skip to content

Commit e2c7154

Browse files
committed
esp/tests: Makes text test runner as default
1 parent 5cd808a commit e2c7154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/esp/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def main():
340340
help='Minimal IDF version to run tests for. Format: x[.y[.z]]. Use "latest" to run all tests. Use "auto" to read version from target.',
341341
type=str, default='auto')
342342
parser.add_argument('--test-runner', '-tr',
343-
help='x - for for XMLTestRunner, t - for TextTestRunner', type=str, default='x')
343+
help='x - for for XMLTestRunner, t - for TextTestRunner', type=str, default='t')
344344
parser.add_argument('--test-outdir', '-to',
345345
help='Output dir for runners needed to it',
346346
type=str, default='./results')

0 commit comments

Comments
 (0)