summaryrefslogtreecommitdiff
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2016-02-16 00:40:34 (GMT)
committerTom Rini <trini@konsulko.com>2016-02-26 13:42:12 (GMT)
commit24862c640ea50ac88be343161eb681bea5dbfeef (patch)
tree0301e6edaaaf80d14952cd287b248c626e8f80f5 /drivers/usb/host
parent38831ca3be7dee0f1b744304137d623b7c7b94bf (diff)
downloadu-boot-24862c640ea50ac88be343161eb681bea5dbfeef.tar.xz
test/py: skip tests that require large CONFIG_SYS_MAXARGS
test_hush_if_test.py executes commands that require large values of CONFIG_SYS_MAXARGS. Detect cases where the configured value is too low and skip those tests. Ideally, this would be implemented inside console.run_command(). However, the command passed to that function is already a completely formed string, and determining its argument count usage would require splitting commands at ;, handling quoting to deal with arguments containing spaces, etc. Even passing the command as a list wouldn't solve all these issues, since we'd still need to split commands on ; and deal with cases like "if test ..." which consumes 0 of the argument count. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/usb/host')
0 files changed, 0 insertions, 0 deletions